summaryrefslogtreecommitdiff
path: root/Tools/gdb
Commit message (Expand)AuthorAgeFilesLines
* bpo-34989: python-gdb.py: fix current_line_num() (GH-9889) (GH-9899)Victor Stinner2018-10-161-13/+33
* bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7726)Victor Stinner2018-06-151-33/+115
* Fix python-gdb.py: get C types on demandVictor Stinner2016-04-201-9/+17
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-2/+2
* python-gdb.py: enhance py-bt commandVictor Stinner2015-09-031-14/+169
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
* Issue #19308: fix the gdb plugin on gdbs linked with Python 3Antoine Pitrou2013-11-231-28/+61
* #18803: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-261-1/+1
* Issue #13628: python-gdb.py is now able to retrieve more frames in the PythonVictor Stinner2011-12-191-8/+26
* Merged revisions 84635-84636 via svnmerge fromAntoine Pitrou2010-09-081-27/+38
* Merged revisions 82872,82874 via svnmerge fromGeorg Brandl2010-07-141-0/+1
* libpython.py: fix support of non-BMP unicode charactersVictor Stinner2010-05-201-0/+28
* Issue #8437: Fix test_gdb failures, patch written by Dave MalcolmVictor Stinner2010-04-201-15/+15
* Issue #8279: Fix test_gdb failures.Martin v. Löwis2010-04-171-3/+18
* Issue #8032: For gdb7, a python-gdb.py file is added to the build,Martin v. Löwis2010-04-011-0/+1392