[RFC] Python Finish Breakpoints
Tom Tromey
tromey@redhat.com
Wed Jan 4 16:42:00 GMT 2012
>>>>> "Kevin" == Kevin Pouget <kevin.pouget@gmail.com> writes:
Kevin> My knowledge about C++ is quite limited, but based on your
Kevin> descriptions, a proper support would involve another breakpoint, set
Kevin> at Lc, to disable the FinishBreakpoint ... but I'm not sure how
Kevin> computable this Lc is.
I think you would have to hook into infrun.c:check_exception_resume
or thereabouts, and also probably add a new method to FinishBreakpoint.
Tom
More information about the Gdb-patches
mailing list