| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.6] bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (GH-3153) ... | Łukasz Langa | 2017-08-22 | 1 | -9/+11 |
|
|
* | Revert "[3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python ext... | Victor Stinner | 2017-08-16 | 1 | -4/+2 |
|
|
* | [3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (... | Łukasz Langa | 2017-08-14 | 1 | -2/+4 |
|
|
* | [3.6] bpo-30345: Update test_gdb.py and python-gdb.py from master (#1549) | Victor Stinner | 2017-05-12 | 1 | -12/+52 |
|
|
* | Fixes bpo-29680: Older gdb does not have gdb.error. (GH-363) (GH-534) | Mariatta | 2017-03-07 | 1 | -1/+1 |
|
|
* | Merge 3.5 | Victor Stinner | 2016-12-16 | 1 | -2/+18 |
|\ |
|
| * | python-gdb.py: catch gdb.error on gdb.selected_frame() | Victor Stinner | 2016-12-16 | 1 | -2/+18 |
|
|
* | | Issue #28770: Update python-gdb.py for fastcalls | Victor Stinner | 2016-11-22 | 1 | -16/+31 |
|
|
* | | Issue #28023: Fix python-gdb.py on old GDB versions | Victor Stinner | 2016-11-22 | 1 | -2/+6 |
|
|
* | | Issue #28023: Fix python-gdb.py didn't support new dict implementation | INADA Naoki | 2016-11-22 | 1 | -2/+26 |
|
|
* | | Remove legacy "from __future__ import with_statement" lines. | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-08 | 1 | -1/+1 |
|/ |
|
* | gdb/libpython.py: inline _type_void_ptr() | Victor Stinner | 2016-04-20 | 1 | -10/+4 |
|
|
* | python-gdb.py: get C types at runtime | Victor Stinner | 2016-04-20 | 1 | -14/+33 |
|
|
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -2/+2 |
|
|
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|\ |
|
| * | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|
|
* | | Undo (hopefully) buildbot failures | Antoine Pitrou | 2013-11-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Undo (hopefully) buildbot failures | Antoine Pitrou | 2013-11-23 | 1 | -1/+1 |
|
|
| * | Issue #19308: fix the gdb plugin on gdbs linked with Python 3 | Antoine Pitrou | 2013-11-23 | 1 | -52/+69 |
|
|
* | | Issue #19308: fix the gdb plugin on gdbs linked with Python 3 | Antoine Pitrou | 2013-11-23 | 1 | -52/+69 |
|
|
* | | Issue #18743: Fix references to non-existant "StringIO" module | Serhiy Storchaka | 2013-08-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18743: Fix references to non-existant "StringIO" module | Serhiy Storchaka | 2013-08-29 | 1 | -1/+1 |
|
|
* | | #18803: merge with 3.3. | Ezio Melotti | 2013-08-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #18803: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-25 | 1 | -1/+1 |
|
|
* | | Issue #18772: fix the gdb plugin after the set implementation changes | Antoine Pitrou | 2013-08-24 | 1 | -21/+19 |
|
|
* | | #17833: merge with 3.3 | David Malcolm | 2013-05-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_... | David Malcolm | 2013-05-06 | 1 | -1/+1 |
|
|
* | | python-gdb.py: Replace invalid Unicode character with U+FFFD to be able to | Victor Stinner | 2013-04-11 | 1 | -1/+3 |
|/ |
|
* | Fix a few typos and a double semicolon. Patch by Eitan Adler. | Ezio Melotti | 2013-01-27 | 1 | -1/+1 |
|
|
* | compare singletons by identity not equality (closes #16712) | Benjamin Peterson | 2012-10-09 | 1 | -1/+1 |
|
|
* | Issue #12605: Show information on more C frames within gdb backtraces | David Malcolm | 2012-06-27 | 1 | -9/+92 |
|
|
* | Implement PEP 412: Key-sharing dictionaries (closes #13903) | Benjamin Peterson | 2012-04-23 | 1 | -3/+8 |
|
|
* | (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in | Victor Stinner | 2011-12-19 | 1 | -13/+32 |
|\ |
|
| * | Issue #13628: python-gdb.py is now able to retrieve more frames in the Python | Victor Stinner | 2011-12-19 | 1 | -13/+32 |
|
|
* | | Fix test_gdb failure | Antoine Pitrou | 2011-12-12 | 1 | -1/+0 |
|
|
* | | Issue #13575: there is only one class type. | Florent Xicluna | 2011-12-12 | 1 | -41/+3 |
|
|
* | | libpython.py: defer call to gdb.lookup_type('PyUnicodeObject') | Victor Stinner | 2011-12-07 | 1 | -1/+6 |
|
|
* | | Oops, really fix gdb/libpython.py for not ready Unicode strings | Victor Stinner | 2011-11-04 | 1 | -1/+2 |
|
|
* | | Fix gdb/libpython.py for not ready Unicode strings | Victor Stinner | 2011-11-04 | 1 | -5/+0 |
|
|
* | | Fix test_gdb following the small unicode struct change in c25262e97304 (issue... | Antoine Pitrou | 2011-10-08 | 1 | -1/+1 |
|
|
* | | PyUnicode_Ready() now sets ascii=1 if maxchar < 128 | Victor Stinner | 2011-10-03 | 1 | -2/+3 |
|
|
* | | Update for PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -12/+25 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -3/+24 |
|/ |
|
* | libpython.py (gdb) now catchs IOError in py-list and py-bt commands | Victor Stinner | 2011-07-01 | 1 | -4/+18 |
|
|
* | Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add | Victor Stinner | 2011-05-13 | 1 | -1/+40 |
|
|
* | libpython: implementation of os.fsencode() with surrogateescape error handler | Victor Stinner | 2010-10-17 | 1 | -2/+20 |
|
|
* | gdb: fix representation of non-printable surrogate pairs, and workaround | Antoine Pitrou | 2010-09-08 | 1 | -8/+11 |
|
|
* | Add a safety limit to the number of unicode characters we fetch | Antoine Pitrou | 2010-09-08 | 1 | -1/+2 |
|
|
* | Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well | Antoine Pitrou | 2010-09-08 | 1 | -13/+43 |
|
|
* | libpython.py: py-bt commands escape unencodable characters | Victor Stinner | 2010-08-17 | 1 | -1/+9 |
|
|