84 Commits (17c4edc4e0692fe55e185755ea8a2f5238f3ef08)

Author SHA1 Message Date
Pablo Galindo 17c4edc4e0
bpo-43693: Revert commits 2c1e2583fd and b2bf2bc1ec (GH-26530) 5 years ago
Eric Snow 2c1e2583fd
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fastlocalkinds. (gh-26388) 5 years ago
Mark Shannon f8a95df84b
bpo-44206: Add a version number to dictionary keys (GH-26333) 5 years ago
Mark Shannon b11a951f16
bpo-44032: Move data stack to thread from FrameObject. (GH-26076) 5 years ago
Mark Shannon fcb55c0037
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069) 5 years ago
Augusto Hack b57ada98da
closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912) 5 years ago
Mark Shannon 877df851c3
bpo-42246: Partial implementation of PEP 626. (GH-23113) 5 years ago
Victor Stinner b9ee4af4c6
bpo-42208: Fix test_gdb for gc_collect_main() name (GH-23041) 5 years ago
Victor Stinner 7bf069b611
bpo-40019: Skip test_gdb if Python was optimized (GH-19081) 6 years ago
Victor Stinner 6d0ee60740
bpo-36184: Port python-gdb.py to FreeBSD (GH-18873) 6 years ago
Marc Hartmayer 6f53d34fb0 closes bpo-16637: libpython: construct integer object directly from gdbvalue (GH-15232) 6 years ago
Jeroen Demeyer 7a6873cdb1 bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684) 6 years ago
Jeroen Demeyer 0d722f3cd6 bpo-36974: separate vectorcall functions for each calling convention (GH-13781) 7 years ago
Jeroen Demeyer 7e1a9aacff bpo-37151: remove _PyCFunction_FastCallDict (GH-14269) 7 years ago
Jeroen Demeyer 37788bc23f bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653) 7 years ago
Petr Viktorin fecb75c1bb
bpo-36974: Fix GDB integration (GH-13665) 7 years ago
Lisa Roach 1ceb3a3d17
bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848) 7 years ago
Victor Stinner 2e438cc255
bpo-34989: python-gdb.py: fix current_line_num() (GH-9889) 7 years ago
Victor Stinner d22fc0bc7d
bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693) 8 years ago
Victor Stinner 019d33b7a4
bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692) 8 years ago
Gregory P. Smith 53f67d401d
bpo-33312: update Tools/gdb/libpython.py to match. (GH-6548) 8 years ago
Łukasz Langa 5fe59f8e3a bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153) 9 years ago
Victor Stinner 7cc33998b8 bpo-30983: Revert changes which broke most buildbots (#3100) 9 years ago
Bruno "Polaco" Penteado 2e0f4db114 bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (#2803) 9 years ago
Jon Dufresne 3972628de3 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) 9 years ago
Lev Abalkin 661ca8843f Fixes bpo-29680: Older gdb does not have gdb.error. (#363) 9 years ago
INADA Naoki 5566bbb8d5 Issue #29263: LOAD_METHOD support for C methods 9 years ago
Victor Stinner 611083331d python-gdb.py supports method-wrapper 9 years ago
Victor Stinner fa025f112f Update and enhance python-gdb.py 9 years ago
Victor Stinner 7612f1e36a Fix Python 2.6 support in python-gdb.py 9 years ago
Victor Stinner 7fc252adfb Optimize _PyCFunction_FastCallKeywords() 9 years ago
Victor Stinner 610f5d739d python-gdb.py: catch gdb.error on gdb.selected_frame() 9 years ago
Victor Stinner c8af302c3a Issue #28770: Update python-gdb.py for fastcalls 9 years ago
Victor Stinner eae64fda5b Issue #28770: Update python-gdb.py for fastcalls 9 years ago
Victor Stinner e3d75c63cd Issue #28770: Update python-gdb.py for fastcalls 9 years ago
Victor Stinner 3a5d79fbc8 Issue #28023: Fix python-gdb.py on old GDB versions 9 years ago
INADA Naoki d7d2bc8798 Issue #28023: Fix python-gdb.py didn't support new dict implementation 9 years ago
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) a68c1bca7b Remove legacy "from __future__ import with_statement" lines. 10 years ago
Victor Stinner 19620c57d7 gdb/libpython.py: inline _type_void_ptr() 10 years ago
Victor Stinner 4e75ca87e3 python-gdb.py: get C types at runtime 10 years ago
Martin Panter 7462b64911 Issue #25523: Correct "a" article to "an" article 10 years ago
Serhiy Storchaka b992a0e102 Issue #19936: Added executable bits or shebang lines to Python scripts which 12 years ago
Antoine Pitrou 23828f6d8e Undo (hopefully) buildbot failures 12 years ago
Antoine Pitrou b17d2aa552 Issue #19308: fix the gdb plugin on gdbs linked with Python 3 12 years ago
Antoine Pitrou e50240c504 Issue #19308: fix the gdb plugin on gdbs linked with Python 3 12 years ago
Serhiy Storchaka 50254c57cd Issue #18743: Fix references to non-existant "StringIO" module 13 years ago
Ezio Melotti 7c4a7e6f3c #18803: fix more typos. Patch by Févry Thibault. 13 years ago
Antoine Pitrou 9d95254bb7 Issue #18772: fix the gdb plugin after the set implementation changes 13 years ago
David Malcolm d08b210164 #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_gdb.PyBtTests) 13 years ago
Victor Stinner d8a5cc91e6 python-gdb.py: Replace invalid Unicode character with U+FFFD to be able to 13 years ago