source.c (print_source_lines): Update comments.
authorAdam Fedor <fedor@gnu.org>
Mon, 14 Oct 2002 02:12:04 +0000 (02:12 +0000)
committerAdam Fedor <fedor@gnu.org>
Mon, 14 Oct 2002 02:12:04 +0000 (02:12 +0000)
gdb/ChangeLog
gdb/source.c

index ace1c49ef8dbe605a62a6deb11dcc27ac552a248..dec5a0eb21bc3287cccb016f6b7e41b3cfbc2cf7 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-13  Adam Fedor  <fedor@gnu.org>
+
+       * source.c (print_source_lines): Update comments.
+
 2002-10-13  Adam Fedor  <fedor@gnu.org>
 
        * valops.c (value_of_local): New function.
index 5c88a55db812ab2bb20102aa9a302d23e1c72416..d5528787f74c3ff0fba5c33d5818da3152543674 100644 (file)
@@ -1197,8 +1197,9 @@ print_source_lines (struct symtab *s, int line, int stopline, int noerror)
 \f
 /* Print a list of files and line numbers which a user may choose from
    in order to list a function which was specified ambiguously (as with
-   `list classname::overloadedfuncname', for example).  The vector in
-   SALS provides the filenames and line numbers.  */
+   `list classname::overloadedfuncname', or 'list objectiveCSelector:).
+   The vector in SALS provides the filenames and line numbers.
+   NOTE: some of the SALS may have no filename or line information! */
 
 static void
 ambiguous_line_spec (struct symtabs_and_lines *sals)