Fix reference in comment: SRC_AND_LOC instead of LOC_AND_SRC
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 19 May 2018 06:38:57 +0000 (08:38 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 19 May 2018 06:38:57 +0000 (08:38 +0200)
Pushed as obvious

gdb/ChangeLog
gdb/stack.c

index 3c829df12d495fd46fb0f244a1f1c8ca749419b0..4c213aef6ab545b247481be5cc5a313914eef290 100644 (file)
@@ -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.
index ecf1ee83793af589d0a9d7ebbf7748deaa4d7a99..c44423c199b7b61dbc92787666d916661eb7abf7 100644 (file)
@@ -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.  */
This page took 0.03239 seconds and 4 git commands to generate.