Re: recursion limit exceeded in Python API, but there's only one function in traceback
Doug Evans <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAP9bCMQf5K6_LfkGTBRcdxuJsZOwiJvgevLUm+kKtouY=OZT4g@mail.gmail.com> |
On Thu, Oct 16, 2014 at 8:18 AM, Ömer Sinan Ağacan <[email protected]> wrote: > 2014-10-16 18:03 GMT+03:00 <[email protected]>: >> 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]