diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-13 21:39:00 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-13 21:39:00 +0000 |
commit | 0680b1201a4f52c5658c5f119630482e92884f94 (patch) | |
tree | 71d7542778b5256146ef3060e7e3071ccb59d1cb /gdb/doc/ChangeLog | |
parent | 7bfda7ebd0e815fed9fce84f5231a0f487c05160 (diff) | |
download | gdb-0680b1201a4f52c5658c5f119630482e92884f94.zip gdb-0680b1201a4f52c5658c5f119630482e92884f94.tar.gz gdb-0680b1201a4f52c5658c5f119630482e92884f94.tar.bz2 |
2002-08-13 Andrew Cagney <ac131313@redhat.com>
* gdb.texinfo (Maintenance Commands): Document "maint print
registers", "maint print raw-registers" and "maint print
cooked-registers".
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 15e2984..e7a4c54 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2002-08-13 Andrew Cagney <ac131313@redhat.com> + + * gdb.texinfo (Maintenance Commands): Document "maint print + registers", "maint print raw-registers" and "maint print + cooked-registers". + 2002-08-08 Grace Sainsbury <graces@redhat.com> From Mark Salter: |