aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
2017-11-03Skip gdb.python/py-thrhandle.exp if python is not enabled.Yao Qi1-0/+4
2017-10-28Make gdb.selected_thread().inferior return a new referenceMaksim Dzabraev1-0/+9
2017-10-16Use proc_with_prefix in py-breakpoint.expSimon Marchi1-394/+378
2017-10-13Remove is_remote kfail from gdb.python/py-evthreads.expPedro Alves1-6/+0
2017-10-13Fix gdb.python/py-evthreads.exp with --target_board=native-extended-gdbserverPedro Alves1-2/+5
2017-10-13kfail gdb.python/py-evsignal.exp on RSP targets properlyPedro Alves1-1/+2
2017-09-21Test case for Inferior.thread_from_thread_handleKevin Buettner2-0/+196
2017-09-11Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey2-0/+36
2017-08-21Fix type casts losing typedefs and reimplement "whatis" typedef strippingPedro Alves3-0/+56
2017-07-22gdb.python/py-unwind: Disable stack protectionSimon Marchi1-1/+6
2017-07-06Fix Python unwinder frames regressionPedro Alves1-1/+2
2017-06-30PR cli/21688: Detect aliases when issuing python/compile/guile commands (and ...Sergio Durigan Junior1-1/+34
2017-06-30PR cli/21688: Fix multi-line/inline command differentiationSergio Durigan Junior1-0/+32
2017-06-13gdb/testsuite: Add "get_endianness" convenience procAndreas Arnez1-9/+3
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