[Python-Dev] updated for gdbinit (original) (raw)
Jean-Paul Calderone exarkun at divmod.com
Tue May 15 16:42:51 CEST 2007
- Previous message: [Python-Dev] updated for gdbinit
- Next message: [Python-Dev] marshal and ssize_t (PEP 353)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 15 May 2007 09:26:55 -0500, skip at pobox.com wrote:
Christian> I tried to use gdbinit today and found that the "fragile" Christian> pystacks macro didn't work anymore. I don't know gdb very Christian> well, but this turned out to work a bit more reliably:
... Thanks. I'll give it a try and check it in if it checks out.
It would also be nice if it handled non-main threads. This is accomplished by additionally checking if the pc is in t_bootstrap (ie, between that and thread_PyThread_start_new_thread).
Jean-Paul
- Previous message: [Python-Dev] updated for gdbinit
- Next message: [Python-Dev] marshal and ssize_t (PEP 353)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]