* breakpoint.c (bpstat_do_actions): To ensure that
authorJim Blandy <jimb@codesourcery.com>
Mon, 22 Dec 2003 03:43:19 +0000 (03:43 +0000)
committerJim Blandy <jimb@codesourcery.com>
Mon, 22 Dec 2003 03:43:19 +0000 (03:43 +0000)
commit6c50ab1c7f10edd00861cdfaf626b92d1caf3665
treedc71703d4a6a3cbcd3b14f407ea730d58de873ea
parentc196818164ac5958e4fe55f652b780bdffe838d8
* 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
This page took 0.025225 seconds and 4 git commands to generate.