mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
Fix reference in comment: SRC_AND_LOC instead of LOC_AND_SRC
Pushed as obvious
This commit is contained in:
parent
2dd50e74b7
commit
50c65c2d60
@ -1,3 +1,7 @@
|
||||
2018-05-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
|
||||
|
||||
* stack.c (print_frame_info): Fix comment.
|
||||
|
||||
2018-05-18 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* dwarf2read.c (struct dwz_file): Add constructor, initializers.
|
||||
|
@ -777,7 +777,7 @@ do_gdb_disassembly (struct gdbarch *gdbarch,
|
||||
|
||||
SRC_LINE: Print only source line.
|
||||
LOCATION: Print only location.
|
||||
LOC_AND_SRC: Print location and source line.
|
||||
SRC_AND_LOC: Print location and source line.
|
||||
|
||||
Used in "where" output, and to emit breakpoint or step
|
||||
messages. */
|
||||
|
Loading…
Reference in New Issue
Block a user