aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
2017-05-04Fix gdb.python/py-record-btrace-threads.exp with Python 3Pedro Alves1-2/+2
2017-05-02Python: Move and rename gdb.BtraceFunctionTim Wiederhake1-2/+2
2017-05-02Python: Introduce gdb.RecordGap classTim Wiederhake1-1/+0
2017-05-02Python: Remove ptid from gdb.Record interfaceTim Wiederhake1-1/+0
2017-05-02Python: Use correct ptid in btrace recordingTim Wiederhake2-0/+139
2017-03-29Fix warning: Invalid entry in .debug_gdb_scripts sectionJan Kratochvil1-0/+38
2017-03-21Fix break on Python 2Tim Wiederhake1-1/+5
2017-03-20Add rvalue reference tests and docsArtemiy Volkov2-0/+116
2017-03-16gdb.python/py-lazy-string (pointer): Really add new typedef.Doug Evans1-0/+2
2017-03-16Fix various python lazy string bugs.Doug Evans4-30/+41
2017-03-08gdb: Fix a few unstable test namesPedro Alves1-2/+4
2017-02-14PR python/13598 - add before_prompt eventTom Tromey1-0/+25
2017-02-14python: Add tests for record Python bindingsTim Wiederhake4-0/+296
2017-02-10Fix Python test to use lowercase commandTom Tromey1-2/+2
2017-01-26Change method of loading .py files in Python testsSimon Marchi13-24/+15
2017-01-20Fix uppercase test names in gdb.python/py-xmethods.expLuis Machado1-20/+26
2017-01-20Make gdb.python/python.exp more robustLuis Machado1-1/+15
2017-01-01update copyright year range in GDB filesJoel Brobecker139-139/+139
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