gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 21 Aug 2011 14:33:07 +0000 (14:33 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 21 Aug 2011 14:33:07 +0000 (14:33 +0000)
commitabf85f464b67b4d7da4511fc293af8c8b0c4dc0a
tree68de5dfc0e1a0aab22c694248627ec111d622a1f
parent66c70f7d554be3b1c4267e7213165aee3a59b0b1
gdb/
Code cleanup.
* breakpoint.c (bpstat_clear_actions): Remove clearing of commands_left.
(command_line_is_silent): New function.
(bpstat_do_actions_1): No longer use commands_left, use
command_line_is_silent for commands.
(bpstat_alloc): Remove clearing of commands_left.
(bpstat_stop_status): Remove initialization of commands_left, use
command_line_is_silent.
* breakpoint.h (struct bpstats): Remove commands_left.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h