diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-05-05 18:33:11 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-05-05 18:33:11 +0000 |
commit | 00905d52fe94f8ad61bfb36a7a427ae6b9578aa7 (patch) | |
tree | 1c6ab224709140c14ff8770ee1693b2c74250c3d /gdb/doc/ChangeLog | |
parent | b1e29e332aca04fd8b4b795d1c2ee1eb8fa7ba42 (diff) | |
download | gdb-00905d52fe94f8ad61bfb36a7a427ae6b9578aa7.zip gdb-00905d52fe94f8ad61bfb36a7a427ae6b9578aa7.tar.gz gdb-00905d52fe94f8ad61bfb36a7a427ae6b9578aa7.tar.bz2 |
Index: testsuite/ChangeLog
2003-05-05 Andrew Cagney <cagney@redhat.com>
* gdb.base/maint.exp: Add tests for "maint print dummy-frames".
Index: doc/ChangeLog
2003-05-05 Andrew Cagney <cagney@redhat.com>
* gdb.texinfo (Maintenance Commands): Document "maint print
dummy-frames".
2003-05-05 Andrew Cagney <cagney@redhat.com>
* dummy-frame.c: Include "command.h" and "gdbcmd.h".
(fprint_dummy_frames): New function.
(maintenance_print_dummy_frames): New function.
(_initialize_dummy_frame): Add command "maint print dummy-frames".
* frame.c (fprint_frame_id): Make global.
* frame.h (fprint_frame_id): Declare.
* Makefile.in (dummy-frame.o): Update dependencies.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 3a4789a..9ad87b5 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -7,6 +7,11 @@ 2003-05-04 Andrew Cagney <cagney@redhat.com> + * gdb.texinfo (Maintenance Commands): Document "maint print + dummy-frames". + +2003-05-04 Andrew Cagney <cagney@redhat.com> + * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}. 2003-05-03 J. Brobecker <brobecker@gnat.com> |