mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
source.c (print_source_lines): Update comments.
This commit is contained in:
@ -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>
|
2002-10-13 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* valops.c (value_of_local): New function.
|
* valops.c (value_of_local): New function.
|
||||||
|
@ -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
|
/* 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
|
in order to list a function which was specified ambiguously (as with
|
||||||
`list classname::overloadedfuncname', for example). The vector in
|
`list classname::overloadedfuncname', or 'list objectiveCSelector:).
|
||||||
SALS provides the filenames and line numbers. */
|
The vector in SALS provides the filenames and line numbers.
|
||||||
|
NOTE: some of the SALS may have no filename or line information! */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
ambiguous_line_spec (struct symtabs_and_lines *sals)
|
ambiguous_line_spec (struct symtabs_and_lines *sals)
|
||||||
|
Reference in New Issue
Block a user