diff options
author | Pedro Alves <palves@redhat.com> | 2008-08-13 13:58:45 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-08-13 13:58:45 +0000 |
commit | 33e5cbd66db39a4b0c93a515f7387ac435160049 (patch) | |
tree | 1090799ad208e0bf820fcb22edca4c0e3f644e61 /gdb/ChangeLog | |
parent | 8fbde58b702f0e1273c8292d1359e474fd96126b (diff) | |
download | gdb-33e5cbd66db39a4b0c93a515f7387ac435160049.zip gdb-33e5cbd66db39a4b0c93a515f7387ac435160049.tar.gz gdb-33e5cbd66db39a4b0c93a515f7387ac435160049.tar.bz2 |
gdb/
* breakpoint.c (always_inserted_auto, always_inserted_on)
(always_inserted_off, always_inserted_enums): New.
(always_inserted_mode): Change type to char* and point to
always_inserted_auto.
(show_always_inserted_mode): In auto mode, also show the current
effect of the option.
(breakpoints_always_inserted_mode): Adjust for the new auto mode.
(_initialize_breakpoint): Make the "set breakpoints
always-inserted" command an enum command. Extend help to describe
the auto mode.
gdb/doc/
* gdb.texinfo (breakpoint always-inserted) Describe the auto mode
setting, and make it the default.
(Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
non-stop script example.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eed32da..ca1a7ef 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2008-08-13 Pedro Alves <pedro@codesourcery.com> + + * breakpoint.c (always_inserted_auto, always_inserted_on) + (always_inserted_off, always_inserted_enums): New. + (always_inserted_mode): Change type to char* and point to + always_inserted_auto. + (show_always_inserted_mode): In auto mode, also show the current + effect of the option. + (breakpoints_always_inserted_mode): Adjust for the new auto mode. + (_initialize_breakpoint): Make the "set breakpoints + always-inserted" command an enum command. Extend help to describe + the auto mode. + 2008-08-13 Ulrich Weigand <uweigand@de.ibm.com> * spu-tdep.c (info_spu_dma_command): Respect TSQV (tag status |