aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
38 hoursFix typo in py-arch.expTom Tromey1-1/+1
8 daysRevert "[gdb/testsuite] Handle missing curses in gdb.python/py-missing-debug....Andrew Burgess1-15/+2
10 days[gdb/testsuite] Handle missing curses in gdb.python/py-missing-debug.expTom de Vries1-2/+15
2024-08-29gdb: reject inserting breakpoints between functionsAndrew Burgess1-1/+3
2024-08-20[gdb/testsuite] Fix gdb.python/py-mi-cmd.exp with python 3.13Tom de Vries1-7/+41
2024-08-18[gdb] Prune inferior after switching inferiorTom de Vries1-26/+5
2024-08-16gdb: Fix gdb.python/py-record-btrace.exp testFelix Willgerodt1-4/+11
2024-08-14python: Add clear() to gdb.Record.Felix Willgerodt1-0/+4
2024-08-02gdb/testsuite: fix gdb.python/py-framefilter-invalidarg.exp with clangGuinevere Larsen1-1/+1
2024-08-02gdb/testsuite: add build-id compile flag to tests that expect itGuinevere Larsen1-1/+2
2024-08-01[gdb/testsuite] Fix gdb.python/py-format-string.exp with python 3.13Tom de Vries1-1/+7
2024-07-31[gdb/testsuite] Fix trailing-text-in-parentheses duplicatesTom de Vries5-28/+28
2024-07-31[gdb/testsuite] Add gdb.python/py-disasm-{exec,obj}.expTom de Vries4-16/+90
2024-06-24Fix gdb.lookup_type for function-local typesHannes Domani2-0/+11
2024-06-20[gdb/testsuite] Fix gdb.python/py-format-address.exp on armTom de Vries1-2/+18
2024-06-10[gdb/python] Fix gdb.python/py-disasm.exp on arm-linuxTom de Vries2-2/+2
2024-06-04Memoize gdb.Block and make them hashableTom Tromey1-0/+4
2024-06-03Enable call of overloaded subscript operator from pythonHannes Domani2-0/+7
2024-06-03Allow calling of convenience functions with pythonHannes Domani1-0/+11
2024-05-03[gdb/testsuite] Use save_vars to restore GDBFLAGSTom de Vries1-5/+1
2024-05-03[gdb/testsuite] Remove superfluous -quiet and -ex set width/height 0Tom de Vries1-2/+0
2024-04-26gdb_is_target_remote -> gdb_protocol_is_remotePedro Alves1-2/+1
2024-04-26gdb_is_target_native -> gdb_protocol_is_nativePedro Alves1-1/+1
2024-04-18[gdb/testsuite] Use allocator_may_return_null=1 in two test-casesTom de Vries1-1/+9
2024-04-16[gdb/python] Throw MemoryError in inferior.read_memory if malloc failsTom de Vries1-0/+6
2024-04-02Run isortTom Tromey23-23/+38
2024-03-29gdb/testsuite: don't include port numbers in test namesAndrew Burgess1-1/+2
2024-03-22gdb tests: Allow for "LWP" or "process" in thread IDs from info threadsJohn Baldwin1-1/+1
2024-03-19gdb/python: test exception case for gdb.solib_nameAndrew Burgess1-0/+15
2024-03-19gdb/python: Fix segfault when iterating over empty linetableToby Lloyd Davies2-0/+95
2024-03-18Set __file__ when source'ing a Python scriptTom Tromey1-0/+3
2024-03-09[gdb/python] Normalize exceptions in gdbpy_err_fetchTom de Vries1-1/+1
2024-02-27Rewrite "python" command exception handlingTom Tromey29-179/+184
2024-02-27[gdb/testsuite] Fix test in gdb.python/py-finish-breakpoint.expTom de Vries1-1/+2
2024-02-26gdb: Modify the output of "info breakpoints" and "delete breakpoints"Tiezhu Yang1-4/+4
2024-02-19testsuite, python: reformat python files using blackTankut Baris Aktemur2-7/+11
2024-02-19gdb, python: selectively omit enabling stdin in gdb.executeTankut Baris Aktemur6-0/+211
2024-02-12gdb: re-format Python files with black 24.1.1Simon Marchi1-12/+12
2024-02-11Fix crash when calling Frame.static_linkHannes Domani1-0/+14
2024-02-08Allow calling of C++ methods from pythonHannes Domani2-0/+37
2024-02-07Raise exception if ambiguous name is used in gdb.parameterHannes Domani1-0/+32
2024-02-07Fix raw-frame-arguments in combination with frame-filtersHannes Domani2-0/+50
2024-01-12gdb/testsuite: fix failure in gdb.python/py-inferior.expAndrew Burgess1-13/+18
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess264-264/+264
2024-01-12gdb/python: Add gdb.InferiorThread.__dict__ attributeAndrew Burgess1-0/+17
2024-01-12gdb/python: Add gdb.Inferior.__dict__ attributeAndrew Burgess1-0/+19
2024-01-12gdb/python: remove users ability to create gdb.Progspace objectsAndrew Burgess1-0/+6
2024-01-12gdb/python: add gdb.Frame.__repr__() methodAndrew Burgess1-0/+8
2024-01-12gdb/python: add gdb.InferiorThread.__repr__() methodAndrew Burgess2-2/+17
2024-01-12gdb/python: New InferiorThread.ptid_string attributeAndrew Burgess1-0/+8