OSDN Git Service

* breakpoint.c (bpstat_do_actions): To ensure that
authorjimb <jimb>
Mon, 22 Dec 2003 03:43:19 +0000 (03:43 +0000)
committerjimb <jimb>
Mon, 22 Dec 2003 03:43:19 +0000 (03:43 +0000)
commit17a158aeb5ac751ef25abcd54f008cd9a9437fee
tree4fcfae5b36921ab4ceac3876ac72ab957523f18f
parent55e65eecd6ad8fd16811ab63723e0b4a72278fec
* breakpoint.c (bpstat_do_actions): To ensure that
clear_proceed_status doesn't free the command tree we're
evaluating out from under us, zero the bpstat's pointer to it, and
take care of freeing it ourselves.
* cli/cli-script.c (make_cleanup_free_command_lines): Make this
function externally visible.
* cli/cli-script.h (make_cleanup_free_command_lines): New
declaration.
gdb/ChangeLog
gdb/breakpoint.c
gdb/cli/cli-script.c
gdb/cli/cli-script.h