diff options
author | Hui Zhu <teawater@gmail.com> | 2009-07-11 14:09:16 +0000 |
---|---|---|
committer | Hui Zhu <teawater@gmail.com> | 2009-07-11 14:09:16 +0000 |
commit | 9b117ef31f948113d6fe5d8830113a37d91a5403 (patch) | |
tree | 1453d098e5972c2117f66d5a4f2b6c3c20609524 /gdb/doc/ChangeLog | |
parent | e6158f167b537a7aa325e0b556fa079837e89c80 (diff) | |
download | gdb-9b117ef31f948113d6fe5d8830113a37d91a5403.zip gdb-9b117ef31f948113d6fe5d8830113a37d91a5403.tar.gz gdb-9b117ef31f948113d6fe5d8830113a37d91a5403.tar.bz2 |
2009-07-11 Hui Zhu <teawater@gmail.com>
* gdb.texinfo (disassemble): Add a new modifier /r
to "disassemble" command to make it print the raw instructions
in hex as well as in symbolic form.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6842ec3..cea168c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2009-07-11 Hui Zhu <teawater@gmail.com> + + * gdb.texinfo (disassemble): Add a new modifier /r + to "disassemble" command to make it print the raw instructions + in hex as well as in symbolic form. + 2009-07-09 Tom Tromey <tromey@redhat.com> * gdbint.texinfo (Testsuite): Document parallel make check. |