summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-08-21 14:33:05 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-08-21 14:33:05 +0000
commit9b1701a83a73eea21b0a0e93bb54bb8661d08473 (patch)
treef2e3f462e066a935aed5ec11d412ccbc15acf7f7 /gdb/breakpoint.h
parent212cd2f238965cac183c3253aa5c8db106eba968 (diff)
downloadgdb-9b1701a83a73eea21b0a0e93bb54bb8661d08473.tar.gz
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.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index 9b79e3ec673..146ed7e6560 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -950,10 +950,6 @@ struct bpstats
/* The associated command list. */
struct counted_command_line *commands;
- /* Commands left to be done. This points somewhere in
- base_command. */
- struct command_line *commands_left;
-
/* Old value associated with a watchpoint. */
struct value *old_val;