This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

committed: Re: [patch] Add cleanup branch for std::terminate breakpoints in call_function_by_hand


On 10/01/2009 05:44 PM, Joel Brobecker wrote:

Hi Joel,


2009-10-01 Phil Muldoon<pmuldoon@redhat.com>

* infcall.c (call_function_by_hand): Add a new cleanup branch for
std::terminate breakpoint.
This is OK for the HEAD, except for one minor tiny comment:

+ struct cleanup *terminate_bp_cleanup;
Can you initialize this to NULL?

Done, and committed. Thanks for the prompt review!


Regards

Phil


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]