summaryrefslogtreecommitdiff
path: root/Tools/gdb
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.5Victor Stinner2016-12-161-2/+18
|\
| * python-gdb.py: catch gdb.error on gdb.selected_frame()Victor Stinner2016-12-161-2/+18
* | Issue #28770: Update python-gdb.py for fastcallsVictor Stinner2016-11-221-16/+31
* | Issue #28023: Fix python-gdb.py on old GDB versionsVictor Stinner2016-11-221-2/+6
* | Issue #28023: Fix python-gdb.py didn't support new dict implementationINADA Naoki2016-11-221-2/+26
* | Remove legacy "from __future__ import with_statement" lines.Gregory P. Smith2016-09-081-1/+1
|/
* gdb/libpython.py: inline _type_void_ptr()Victor Stinner2016-04-201-10/+4
* python-gdb.py: get C types at runtimeVictor Stinner2016-04-201-14/+33
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-2/+2
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
|\
* \ Undo (hopefully) buildbot failuresAntoine Pitrou2013-11-231-22/+22
|\ \ | |/ |/|
| * Issue #19308: fix the gdb plugin on gdbs linked with Python 3Antoine Pitrou2013-11-231-52/+69
| * Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-291-22/+22
| |\
| | * #18803: merge with 3.3.Ezio Melotti2013-08-261-22/+22
| | |\
| | | * Issue #18772: fix the gdb plugin after the set implementation changesAntoine Pitrou2013-08-241-21/+19
| | | * #17833: merge with 3.3David Malcolm2013-05-061-1/+3
| | | |\
| | | | * python-gdb.py: Replace invalid Unicode character with U+FFFD to be able toVictor Stinner2013-04-111-1/+3
* | | | | Undo (hopefully) buildbot failuresAntoine Pitrou2013-11-231-1/+1
* | | | | Issue #19308: fix the gdb plugin on gdbs linked with Python 3Antoine Pitrou2013-11-231-52/+69
|/ / / /
* | | | Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-291-1/+1
|/ / /
* | | #18803: fix more typos. Patch by F?vry Thibault.Ezio Melotti2013-08-261-1/+1
|/ /
* | #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_...David Malcolm2013-05-061-1/+1
|/
* Fix a few typos and a double semicolon. Patch by Eitan Adler.Ezio Melotti2013-01-271-1/+1
* compare singletons by identity not equality (closes #16712)Benjamin Peterson2012-10-091-1/+1
* Issue #12605: Show information on more C frames within gdb backtracesDavid Malcolm2012-06-271-9/+92
* Implement PEP 412: Key-sharing dictionaries (closes #13903)Benjamin Peterson2012-04-231-3/+8
* (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames inVictor Stinner2011-12-191-13/+32
|\
| * Issue #13628: python-gdb.py is now able to retrieve more frames in the PythonVictor Stinner2011-12-191-13/+32
* | Fix test_gdb failureAntoine Pitrou2011-12-121-1/+0
* | Issue #13575: there is only one class type.Florent Xicluna2011-12-121-41/+3
* | libpython.py: defer call to gdb.lookup_type('PyUnicodeObject')Victor Stinner2011-12-081-1/+6
* | Oops, really fix gdb/libpython.py for not ready Unicode stringsVictor Stinner2011-11-041-1/+2
* | Fix gdb/libpython.py for not ready Unicode stringsVictor Stinner2011-11-041-5/+0
* | Fix test_gdb following the small unicode struct change in c25262e97304 (issue...Antoine Pitrou2011-10-081-1/+1
* | PyUnicode_Ready() now sets ascii=1 if maxchar < 128Victor Stinner2011-10-031-2/+3
* | Update for PEP 393.Martin v. Löwis2011-09-281-12/+25
* | Implement PEP 393.Martin v. Löwis2011-09-281-3/+24
|/
* libpython.py (gdb) now catchs IOError in py-list and py-bt commandsVictor Stinner2011-07-011-4/+18
* Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and addVictor Stinner2011-05-131-1/+40
* libpython: implementation of os.fsencode() with surrogateescape error handlerVictor Stinner2010-10-171-2/+20
* gdb: fix representation of non-printable surrogate pairs, and workaroundAntoine Pitrou2010-09-081-8/+11
* Add a safety limit to the number of unicode characters we fetchAntoine Pitrou2010-09-081-1/+2
* Issue #9188: The gdb extension now handles correctly narrow (UCS2) as wellAntoine Pitrou2010-09-081-13/+43
* libpython.py: py-bt commands escape unencodable charactersVictor Stinner2010-08-171-1/+9
* #9235: fix missing import of sys.Georg Brandl2010-07-141-0/+1
* Remove unused code that would raise a NameError.Georg Brandl2010-07-141-3/+0
* Issue #8559: improve unicode support of (gdb) libpython.pyVictor Stinner2010-05-191-29/+46
* Issue #8380: Port gdb/libpython to 3.x.Martin v. Löwis2010-04-211-37/+188
* Adapt libpython.py and test_gdb.py to Python3Victor Stinner2010-04-211-5/+5
* Merged revisions 79986-79987,80156 via svnmerge fromMartin v. Löwis2010-04-211-2/+17