commit | cc1db4bf85ed83543ae73cc497eabcef825e85b9 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Sep 03 10:17:28 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Sep 03 10:17:28 2015 +0200 |
tree | cffc6a691776600e0536a48566dc625d6bf813ef | |
parent | 3c5ce404a0464721928d0decb13534c85c163b91 [diff] |
python-gdb.py: enhance py-bt command * Add py-bt-full command * py-bt now gives an output similar to a regular Python traceback * py-bt indicates: - if the garbage collector is running - if the thread is waiting for the GIL - detect PyCFunction_Call to get the name of the builtin function