66 Commits (caa331d492acc67d8f4edd16542cebfabbbe1e79)

Author SHA1 Message Date
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
Ezio Melotti 3f5db3940f Fix a few typos and a double semicolon. Patch by Eitan Adler. 13 years ago
Benjamin Peterson b29614e047 compare singletons by identity not equality (closes #16712) 13 years ago
David Malcolm 8d37ffa563 Issue #12605: Show information on more C frames within gdb backtraces 14 years ago
Benjamin Peterson 7d95e40721 Implement PEP 412: Key-sharing dictionaries (closes #13903) 14 years ago
Victor Stinner 99cff3f182 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python 14 years ago
Victor Stinner d208416a40 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python 14 years ago
Antoine Pitrou ca2a1a335a Fix test_gdb failure 14 years ago
Florent Xicluna aa6c1d240f Issue #13575: there is only one class type. 14 years ago
Victor Stinner 0c4fbff6a7 libpython.py: defer call to gdb.lookup_type('PyUnicodeObject') 14 years ago
Victor Stinner f16a350baf Oops, really fix gdb/libpython.py for not ready Unicode strings 14 years ago
Victor Stinner e30c0a1014 Fix gdb/libpython.py for not ready Unicode strings 14 years ago
Antoine Pitrou 3c0c5f29dd Fix test_gdb following the small unicode struct change in c25262e97304 (issue #13130) 14 years ago
Victor Stinner a3b334da6d PyUnicode_Ready() now sets ascii=1 if maxchar < 128 15 years ago
Martin v. Löwis 24fa9832be Update for PEP 393. 15 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 15 years ago
Victor Stinner d57c5c8a3a libpython.py (gdb) now catchs IOError in py-list and py-bt commands 15 years ago
Victor Stinner e670c889cc Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add 15 years ago
Victor Stinner 6ffbee77dc libpython: implementation of os.fsencode() with surrogateescape error handler 15 years ago