diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 1b86071..67998ca 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2014-06-27 Yao Qi <yao@codesourcery.com> + + * gdb.texinfo (Maintenance Commands): Update the output of + 'maint print dummy-frames' command. + 2014-06-24 Eli Zaretskii <eliz@gnu.org> * gdb.texinfo (Screen Size): Improve indexing. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 373ea07..3662470 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -33378,9 +33378,7 @@ Breakpoint 2, add (a=2, b=3) at @dots{} The program being debugged stopped while in a function called from GDB. @dots{} (@value{GDBP}) @kbd{maint print dummy-frames} -0x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6 - top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@} - call_lo=0x01014000 call_hi=0x01014001 +0xa8206d8: id=@{stack=0xbfffe734,code=0xbfffe73f,!special@}, ptid=process 9353 (@value{GDBP}) @end smallexample |