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]

Re: [python] [doc] PR 12930/12802 (clarify Breakpoint::stop doco)


On Thursday 06 October 2011 11:58:51, Phil Muldoon wrote:
> 
> This patch address the PRs 12930, and 12802 which both arise from
> confusion regarding the scope of actions in the Breakpoint::stop
> callback.  I have added some documentation to clarify.
> 
> Pedro, please excuse the gratuitous CC, but beyond Eli's normal review
> can you please fact-check the documentation to make sure I am not
> writing something about states that is incorrect.

Thanks!  Looks good fact-wise.  I think infcalls will make sense to call here
(we do support them in the normal breakpoint condition), but that
supposedly doesn't leave the inferior's state unaltered, so we're good.

I could be made possible to self delete a breakpoint in the callback,
but that's not the current state of affairs, it seems.

-- 
Pedro Alves


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