OSDN Git Service

gdb/
authorPedro Alves <pedro@codesourcery.com>
Wed, 13 Aug 2008 13:58:42 +0000 (13:58 +0000)
committerPedro Alves <pedro@codesourcery.com>
Wed, 13 Aug 2008 13:58:42 +0000 (13:58 +0000)
commitcf54a25dc20c79d3d5fd5d5b12e57b43c62310e1
treeb6c2529be6028d0e83b4cc6b87ec87a1a774d35c
parenta9a96d11d5f65cb98dd4b3df4a388dc76bce134c
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.
gdb/ChangeLog
gdb/breakpoint.c
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo