aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
2018-08-04[gdb/testsuite] Fix regexp in py-rbreak.expTom de Vries1-1/+1
2018-07-31Fix segfault when invoking -var-info-path-expression on a dynamic varobjJan Vrany3-0/+207
2018-06-05Add "continue" response to pagerTom Tromey1-6/+6
2018-05-31Fix "set" handling of Python parametersTom Tromey1-2/+2
2018-05-31Add basic Python API for convenience variablesTom Tromey1-0/+20
2018-05-04Let gdb.execute handle multi-line commandsTom Tromey1-0/+3
2018-05-04Allow breakpoint commands to be set from PythonTom Tromey1-1/+9
2018-05-02Set test message in py-parameter.expTom Tromey1-1/+2
2018-05-02Handle var_zuinteger and var_zuinteger_unlimited from PythonTom Tromey1-0/+23
2018-04-30Expose type alignment on gdb.TypeTom Tromey2-0/+6
2018-03-26Throw a "quit" on a KeyboardException in py-framefilter.cTom Tromey2-1/+11
2018-03-26Allow hiding of some filtered framesTom Tromey1-0/+3
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