| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-40019: Skip test_gdb if Python was optimized (GH-19081) | Victor Stinner | 2020-03-20 | 1 | -7/+9 |
|
|
* | bpo-36184: Port python-gdb.py to FreeBSD (GH-18873) | Victor Stinner | 2020-03-09 | 1 | -1/+1 |
|
|
* | closes bpo-16637: libpython: construct integer object directly from gdbvalue ... | Marc Hartmayer | 2019-09-24 | 1 | -1/+1 |
|
|
* | bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684) | Jeroen Demeyer | 2019-09-11 | 1 | -1/+1 |
|
|
* | bpo-36974: separate vectorcall functions for each calling convention (GH-13781) | Jeroen Demeyer | 2019-07-05 | 1 | -2/+2 |
|
|
* | bpo-37151: remove _PyCFunction_FastCallDict (GH-14269) | Jeroen Demeyer | 2019-06-20 | 1 | -2/+1 |
|
|
* | bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653) | Jeroen Demeyer | 2019-05-30 | 1 | -1/+1 |
|
|
* | bpo-36974: Fix GDB integration (GH-13665) | Petr Viktorin | 2019-05-29 | 1 | -1/+2 |
|
|
* | bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848) | Lisa Roach | 2019-03-12 | 1 | -1/+1 |
|
|
* | bpo-34989: python-gdb.py: fix current_line_num() (GH-9889) | Victor Stinner | 2018-10-15 | 1 | -13/+33 |
|
|
* | bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693) | Victor Stinner | 2018-06-14 | 1 | -10/+16 |
|
|
* | bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692) | Victor Stinner | 2018-06-14 | 1 | -2/+9 |
|
|
* | bpo-33312: update Tools/gdb/libpython.py to match. (GH-6548) | Gregory P. Smith | 2018-04-20 | 1 | -1/+1 |
|
|
* | bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153) | Łukasz Langa | 2017-08-21 | 1 | -9/+11 |
|
|
* | bpo-30983: Revert changes which broke most buildbots (#3100) | Victor Stinner | 2017-08-16 | 1 | -4/+2 |
|
|
* | bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (#2803) | Bruno "Polaco" Penteado | 2017-08-14 | 1 | -2/+4 |
|
|
* | bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) | Jon Dufresne | 2017-05-18 | 1 | -2/+2 |
|
|
* | Fixes bpo-29680: Older gdb does not have gdb.error. (#363) | Lev Abalkin | 2017-03-01 | 1 | -1/+1 |
|
|
* | Issue #29263: LOAD_METHOD support for C methods | INADA Naoki | 2017-02-02 | 1 | -4/+1 |
|
|
* | python-gdb.py supports method-wrapper | Victor Stinner | 2017-02-01 | 1 | -5/+48 |
|
|
* | Update and enhance python-gdb.py | Victor Stinner | 2017-01-18 | 1 | -16/+10 |
|
|
* | Fix Python 2.6 support in python-gdb.py | Victor Stinner | 2017-01-18 | 1 | -2/+2 |
|
|
* | Optimize _PyCFunction_FastCallKeywords() | Victor Stinner | 2017-01-16 | 1 | -1/+2 |
|
|
* | 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 |
|
|