summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_gdb.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #14771: Redirect GDB's stdin to avoid messing the terminal settingsMartin Panter2016-01-161-0/+2
* test_gdb: fix regex to parse the GDB versionVictor Stinner2015-09-141-2/+3
* python-gdb.py: enhance py-bt commandVictor Stinner2015-09-031-4/+123
* test_gdb: enhance regex used to parse the GDB versionVictor Stinner2015-09-031-12/+31
* Issue #23445: Fix test_gdb.python_is_optimized() for CFLAGS=-OgVictor Stinner2015-03-271-1/+1
* Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.Serhiy Storchaka2015-02-141-0/+2
* Issue #23881: Only use entry-values with gdb 7.4 in tests.Serhiy Storchaka2015-02-061-8/+10
* Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output.Serhiy Storchaka2015-01-311-0/+19
* is OpenIndiana actually sunos?Benjamin Peterson2014-11-241-1/+1
* loosen solaris testBenjamin Peterson2014-11-241-1/+1
* skip test_gdb on OpenIndianaBenjamin Peterson2014-11-241-0/+3
* Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warningsVictor Stinner2014-11-051-0/+4
* Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands fromVictor Stinner2014-08-161-4/+6
* Issue #19308: fix the gdb plugin on gdbs linked with Python 3Antoine Pitrou2013-11-231-2/+2
* This check can still fail on RHEL6Nick Coghlan2013-09-221-3/+3
* Issue #17712: Fix test_gdb failures on Ubuntu 13.04.Antoine Pitrou2013-04-301-22/+24
* #15043: Improve test_gdb support of gdb >= 7.4.R David Murray2012-10-271-35/+42
* remove gdb noise about linux-vdsoBenjamin Peterson2012-09-211-0/+5
* Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport fro...Nick Coghlan2012-06-171-0/+9
* carefully don't depend on any dict orderBenjamin Peterson2012-02-211-4/+16
* fix test_gdb under hash randomizationBenjamin Peterson2012-02-211-6/+11
* Issue #13628: python-gdb.py is now able to retrieve more frames in the PythonVictor Stinner2011-12-191-10/+29
* Close issue #8600: test_gdb failures because innocuous warningsJesus Cea2011-03-161-0/+3
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-40/+39
* Merged revisions 82647 via svnmerge fromAntoine Pitrou2010-07-081-0/+10
* libpython.py: fix support of non-BMP unicode charactersVictor Stinner2010-05-201-8/+2
* Issue #8600: fix test_gdb failures when gdb issues some spurious warnings.Antoine Pitrou2010-05-051-0/+5
* Issue #8437: Fix test_gdb failures, patch written by Dave MalcolmVictor Stinner2010-04-201-0/+19
* Issue #8279: Fix test_gdb failures.Martin v. Löwis2010-04-171-45/+42
* Re-enable all tests, to see which ones fail on the buildbots.Martin v. Löwis2010-04-121-6/+6
* Issue #8330: Fix expected output in test_gdb.Martin v. Löwis2010-04-121-10/+28
* Issue #8337: Disable the remaining test also for now.Martin v. Löwis2010-04-071-1/+1
* Issue 8316: make test_gdb robust in the face of differing terminalR. David Murray2010-04-051-14/+13
* Issue #8032: For gdb7, a python-gdb.py file is added to the build,Martin v. Löwis2010-04-011-0/+658