From: Adam Fedor Date: Mon, 14 Oct 2002 02:12:04 +0000 (+0000) Subject: source.c (print_source_lines): Update comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=46c82446e12a01ebe719e9521e54dd7e4df4ec59;p=binutils-gdb.git source.c (print_source_lines): Update comments. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ace1c49ef8d..dec5a0eb21b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-10-13 Adam Fedor + + * source.c (print_source_lines): Update comments. + 2002-10-13 Adam Fedor * valops.c (value_of_local): New function. diff --git a/gdb/source.c b/gdb/source.c index 5c88a55db81..d5528787f74 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -1197,8 +1197,9 @@ print_source_lines (struct symtab *s, int line, int stopline, int noerror) /* 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)