[issue15257] Misc/.gdbinit:pystack is too brittle

2018-04-05 Thread Skip Montanaro
Skip Montanaro added the comment: I would prefer if these macros remain standalone (and thus fragile). Despite Python support in gdb, not everyone (more than five years after the bug report) don't use a gdb which was built --with-python. There is better support for gdb integration elsewhere i

[issue15257] Misc/.gdbinit:pystack is too brittle

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming that we need a patch review on this, sadly it means nothing to me. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker __

[issue15257] Misc/.gdbinit:pystack is too brittle

2012-07-06 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +dmalcolm ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue15257] Misc/.gdbinit:pystack is too brittle

2012-07-05 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue15257] Misc/.gdbinit:pystack is too brittle

2012-07-05 Thread rian
Changes by rian : -- versions: +Python 3.2, Python 3.3, Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue15257] Misc/.gdbinit:pystack is too brittle

2012-07-05 Thread rian
Changes by rian : -- components: +Demos and Tools -None ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue15257] Misc/.gdbinit:pystack is too brittle

2012-07-05 Thread rian
New submission from rian : the `pystack`, `pystackv`, and `printframe` macros in the sample gdbinit file distributed with python are too fragile. this patch (which relies on gdb 7) is much more robust. -- components: None files: mypatch.diff keywords: patch messages: 164701 nosy: rian