]> granicus.if.org Git - python/commit
Update and enhance python-gdb.py
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 18 Jan 2017 16:20:01 +0000 (17:20 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 18 Jan 2017 16:20:01 +0000 (17:20 +0100)
commitfa025f112f7467b124f7ac4be5e9c7bb3cc05ad8
treec5259e9fa0022c79c98adf30a53d16d7111ec32c
parente69f0e6111facf751b75f6c73bb6dee2207af366
Update and enhance python-gdb.py

Issue #29259:

* Detect PyCFunction is the current frame, not only in the older frame
* Ignore PyCFunction_Call() since it now calls _PyCFunction_FastCallDict(), and
  _PyCFunction_FastCallDict() is already detected
Lib/test/test_gdb.py
Tools/gdb/libpython.py