diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-09-04 14:18:47 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-09-04 14:18:47 +0000 |
commit | 2025a643ef7edd04df5027888c2d4a030edfcd81 (patch) | |
tree | 33b7c8f1275c72e4160ac75d0ca2d431d33215dd /gdb/ChangeLog | |
parent | 0ad36c846abc2790c1cde2cd6d69831b413be2cf (diff) | |
download | gdb-2025a643ef7edd04df5027888c2d4a030edfcd81.zip gdb-2025a643ef7edd04df5027888c2d4a030edfcd81.tar.gz gdb-2025a643ef7edd04df5027888c2d4a030edfcd81.tar.bz2 |
* printcmd.c (printf_command): Handle ptr_arg. Correct typo
in internal error message.
* gdb.base/display.exp: Add tests for printf %p.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d8eca3a..af3cf2f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2007-09-04 Daniel Jacobowitz <dan@codesourcery.com> + + * printcmd.c (printf_command): Handle ptr_arg. Correct typo + in internal error message. + 2007-09-04 Pedro Alves <pedro_alves@portugalmail.pt> Daniel Jacobowitz <dan@codesourcery.com> |