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: [RFC] Python Finish Breakpoints


>>>>> "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


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