aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-12-31 19:41:30 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-12-31 19:41:30 +0000
commitfa255c07dfe26f60fc43eb25266ec0d158561f4e (patch)
treeb928df68b34a6a17beb00ff564b9525b0d4c7197
parentd0cde99c8750aec355c1a572353e53fb2729b812 (diff)
downloadgdb-fa255c07dfe26f60fc43eb25266ec0d158561f4e.zip
gdb-fa255c07dfe26f60fc43eb25266ec0d158561f4e.tar.gz
gdb-fa255c07dfe26f60fc43eb25266ec0d158561f4e.tar.bz2
* stack.c (print_block_frame_locals): Also print LOC_BASEREG variables.
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 678b2ad..d94993a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+Fri Dec 31 14:33:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * stack.c (print_block_frame_locals): Also print LOC_BASEREG variables.
+
Fri Dec 31 06:55:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* symtab.c (find_methods): Call fprintf_symbol_filtered with DMGL_ANSI.