aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
2018-03-23Testsuite: fully migrate to use_gdb_stub convenience funcAndreas Arnez1-1/+1
2018-02-26Make "bt N" print correct number of frames when using a frame filterTom Tromey1-1/+1
2018-02-02MI: Allow non-raw varobj evaluationLeszek Swirski via gdb-patches4-1/+50
2018-01-21gdb: Don't store a thread-id for floating varobjAndrew Burgess1-6/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker152-152/+152
2017-12-13python: Add qualified parameter to gdb.BreakpointSimon Marchi2-1/+83
2017-12-07Fix wrong prefix in py-breakpoint.expSimon Marchi1-73/+71
2017-12-07Implement explicit locations for Python breakpoints.Phil Muldoon2-1/+81
2017-11-29Fix Python rbreak tests setting too many breakpoints when glibc debug info is...Phil Muldoon1-0/+1
2017-11-16Add Python rbreak command.Phil Muldoon3-0/+165
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