This is the mail archive of the gdb@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: recursion limit exceeded in Python API, but there's only one function in traceback


On Thu, Oct 16, 2014 at 8:18 AM, Ãmer Sinan AÄacan <omeragacan@gmail.com> wrote:
> 2014-10-16 18:03 GMT+03:00  <Paul_Koning@dell.com>:
>> Is that the handler for a breakpoint?  Does the completion of the âsiâ command invoke the breakpoint handler?  If yes, thatâs your answer.
>
> I see what you mean now. I think you're right...

Yikes.  If there is another breakpoint at the next instruction then
ok, otherwise that feels unfortunate.
[implementation detail bubbling up into the API, bleah]


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