aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
2016-12-23Fix more cases of improper test namesLuis Machado38-40/+40
2016-12-01Fixup testcases outputting own name as a test name and standardize failed com...Luis Machado9-10/+10
2016-12-01Fix test names starting with uppercase using multi-line gdb_test_no_outputLuis Machado2-5/+5
2016-12-01Fix test names starting with uppercase using multi-line gdb_test/mi_gdb_testLuis Machado5-7/+7
2016-12-01Fix test names starting with uppercase using gdb_test_multipleLuis Machado2-2/+2
2016-12-01Fix test names starting with uppercase using gdb_test_no_outputLuis Machado5-8/+8
2016-12-01Fix test names starting with uppercase using gdb_test on a single line.Luis Machado9-215/+215
2016-12-01Fix test names starting with uppercase output by basic functionsLuis Machado29-53/+53
2016-11-16Extend test gdb.python/py-recurse-unwind.expKevin Buettner3-29/+69
2016-11-08Fix py-value.exp failure on Python 3Tom Tromey1-1/+5
2016-11-08Fix some error-handling bugs in python frame filtersTom Tromey1-0/+6
2016-10-12Fixup gdb.python/py-value.exp for bare-metal aarch64-elfLuis Machado2-5/+14
2016-10-07python: accept address and explicit locations in gdb.decode_lineMarkus Metzger1-0/+7
2016-10-06Fix gdb.Value->python conversion for large unsigned ints.Doug Evans1-0/+5
2016-10-06Remove Java supportTom Tromey1-2/+0
2016-09-05Fix PR19927: Avoid unwinder recursion if sniffer uses calls parse_and_evalPedro Alves2-5/+5
2016-08-24Test case to detect recursive unwinding in Python-based unwinders.Kevin Buettner3-0/+185
2016-08-03PR python/18565 - make Frame.function work for inline framesTom Tromey1-0/+4
2016-07-20testsuite patch: Skip py-unwind.exp on x86_64 -m32Jan Kratochvil1-1/+1
2016-07-13PR python/15620, PR python/18620 - breakpoint events in PythonTom Tromey1-0/+41
2016-07-13PR python/17698 - add Breakpoint.pendingTom Tromey1-0/+11
2016-07-12PR python/19293 - invalidate frame cache when unwinders changeTom Tromey1-2/+9
2016-06-29Fix PR python/20129 - use of non-existing variableTom Tromey1-0/+6
2016-06-27Fix use of a dangling pointer for Python breakpoint objectsPierre-Marie de Rodat3-0/+115
2016-06-23PR gdb/16483 - simplify "info frame-filters" outputTom Tromey1-0/+4
2016-06-21Prepare gdb.python/mi-py-events.exp for Python/MI in separate channelsPedro Alves2-13/+20
2016-06-02Fix PR python/18984Tom Tromey1-0/+4
2016-05-24Fix PR python/17386 - add __index__ method to gdb.ValueTom Tromey1-0/+7
2016-05-24Fix PR python/17981Tom Tromey1-1/+4
2016-05-23Fix PR python/19438, PR python/18393 - initialize dictionariesTom Tromey2-0/+4
2016-04-27Rename gdb_load_shlibs to gdb_load_shlibSimon Marchi2-7/+7
2016-04-09gdb.python/py-mi-events-gdb.py: Add parentheses to printSimon Marchi1-2/+2
2016-04-06testsuite: Update py-mi-objfile to expect console format printCatalin Udma2-4/+4
2016-03-31python: Use console format for output of gdb.execute commandCatalin Udma3-0/+158
2016-03-10Add $_as_string convenience functionSimon Marchi2-0/+72
2016-02-09python/19506 -- gdb.Breakpoint address location regressionKeith Seitz1-0/+33
2016-02-08Always organize test artifacts in a directory hierarchySimon Marchi1-22/+0
2016-01-20Fix sorting of enum values in FlagEnumerationPrinterSimon Marchi2-13/+30
2016-01-18[testsuite] @progbits -> %progbitsYao Qi1-4/+4
2016-01-13Add Python InferiorThread.global_num attributePedro Alves1-0/+1
2016-01-13Add Python InferiorThread.inferior attributePedro Alves1-0/+3
2016-01-12Reapply: List inferiors/threads/pspaces in ascending orderPedro Alves1-2/+2
2016-01-11testsuite: Fix false FAILs on too long base directoryJan Kratochvil2-2/+4
2016-01-06Fix gdb.python/py-infthread.exp test message typoPedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker128-128/+128
2015-11-24List inferiors/threads/pspaces in ascending orderPedro Alves1-2/+2
2015-11-24Make gdb.python/py-inferior.exp test names uniquePedro Alves1-100/+117
2015-10-26PR python/18938: source -s foo.py with foo.py a symlink to foo.notpy failsDoug Evans1-0/+13
2015-10-21Fix accessing a function's fields (parameters) from Python (PR 18073)Simon Marchi2-6/+56
2015-09-30py-type.exp: Do not run tests if binary fails to buildSimon Marchi1-23/+28