* breakpoint.h (struct counted_command_line): New struct.
authorTom Tromey <tromey@redhat.com>
Wed, 24 Mar 2010 21:12:18 +0000 (21:12 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 24 Mar 2010 21:12:18 +0000 (21:12 +0000)
commit9add0f1b436c28b8a22c2fee1b7b355eb9d0e28c
tree2e25fa3faee3bc526e3358cb7aa049acd369515c
parent414a389f5cf051cbf7792d1b7fcd78632f133193
* breakpoint.h (struct counted_command_line): New struct.
(struct breakpoint) <commands>: Change type.
(struct bpstats) <commands>: Change type.
<commands_left>: New field.
* breakpoint.c (alloc_counted_command_line): New function.
(incref_counted_command_line): Likewise.
(decref_counted_command_line): Likewise.
(do_cleanup_counted_command_line): Likewise.
(make_cleanup_decref_counted_command_line): Likewise.
(breakpoint_set_commands): Use decref_counted_command_line and
alloc_counted_command_line.
(commands_command): Don't error if breakpoint commands are
executing.
(commands_from_control_command): Likewise.
(bpstat_free): Update.
(bpstat_copy): Likewise.
(bpstat_clear_actions): Likewise.
(bpstat_do_actions_1): Likewise.
(bpstat_stop_status): Likewise.
(print_one_breakpoint_location): Likewise.
(delete_breakpoint): Likewise.
(bpstat_alloc): Initialize new field.
(tracepoint_save_command): Update.
* tracepoint.c (encode_actions): Update.
(trace_dump_command): Update.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h
gdb/tracepoint.c
This page took 0.034278 seconds and 4 git commands to generate.