mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 18:20:12 +08:00
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.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user