diff options
author | Pedro Alves <palves@redhat.com> | 2011-03-15 14:05:38 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-03-15 14:05:38 +0000 |
commit | c917473769c83e9779a9e65568a2a9b2acf2fb42 (patch) | |
tree | 852e10696c603412020db05bcaba9d7afdc56e00 /gdb/ChangeLog | |
parent | 028f6515424e832ee10a1e4cb1f96ea241e2acae (diff) | |
download | gdb-c917473769c83e9779a9e65568a2a9b2acf2fb42.zip gdb-c917473769c83e9779a9e65568a2a9b2acf2fb42.tar.gz gdb-c917473769c83e9779a9e65568a2a9b2acf2fb42.tar.bz2 |
gdb/
* printcmd.c (ALL_DISPLAYS_SAFE): New.
(map_display_numbers): New.
(do_delete_display): New.
(undisplay_command): Use map_display_numbers.
(do_enable_disable_display): New.
(enable_disable_display_command): New function.
(enable_display): Delete.
(enable_display_command): New.
(disable_display_command): Reimplement.
(_initialize_printcmd): Adjust "enable display" command to use
`enable_display_command' as callback.
gdb/doc/
* gdb.texinfo (Auto Display) <undisplay, enable display, disable
display>: Explain that the commands accept number ranges.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ee87b64..f441a9f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2011-03-15 Pedro Alves <pedro@codesourcery.com> + + * printcmd.c (ALL_DISPLAYS_SAFE): New. + (map_display_numbers): New. + (do_delete_display): New. + (undisplay_command): Use map_display_numbers. + (do_enable_disable_display): New. + (enable_disable_display_command): New function. + (enable_display): Delete. + (enable_display_command): New. + (disable_display_command): Reimplement. + (_initialize_printcmd): Adjust "enable display" command to use + `enable_display_command' as callback. + 2011-03-14 Phil Muldoon <pmuldoon@redhat.com> * NEWS: Add Python breakpoint 'stop' operation. |