This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix reference in comment: SRC_AND_LOC instead of LOC_AND_SRC


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=50c65c2d60b371b8b85a804a5a71bf967ba9b355

commit 50c65c2d60b371b8b85a804a5a71bf967ba9b355
Author: Philippe Waroquiers <philippe.waroquiers@skynet.be>
Date:   Sat May 19 08:38:57 2018 +0200

    Fix reference in comment: SRC_AND_LOC instead of LOC_AND_SRC
    
    Pushed as obvious

Diff:
---
 gdb/ChangeLog | 4 ++++
 gdb/stack.c   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3c829df..4c213ae 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/stack.c b/gdb/stack.c
index ecf1ee8..c44423c 100644
--- a/gdb/stack.c
+++ b/gdb/stack.c
@@ -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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]