aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
6 daysgdb/testsuite: fix gdb.python/py-framefilter-invalidarg.exp with clangGuinevere Larsen1-1/+1
6 daysgdb/testsuite: add build-id compile flag to tests that expect itGuinevere Larsen1-1/+2
7 days[gdb/testsuite] Fix gdb.python/py-format-string.exp with python 3.13Tom de Vries1-1/+7
8 days[gdb/testsuite] Fix trailing-text-in-parentheses duplicatesTom de Vries5-28/+28
8 days[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
2023-12-31Run 'black' on tui-window.pyTom Tromey1-2/+4
2023-12-30Add keywords to TuiWindow.writeTom Tromey1-1/+2
2023-12-19gdb: register frame_destroyed function for amd64 gdbarchGuinevere Larsen1-16/+1
2023-12-12Fix gdb.FinishBreakpoint when returning to an inlined functionHannes Domani2-0/+39
2023-12-08Use pretty printers for struct member stubsHannes Domani5-0/+183
2023-11-28gdb/python: display errors from command completionAndrew Burgess2-0/+41
2023-11-27gdb/python: handle completion returning a non-sequenceAndrew Burgess2-0/+17
2023-11-24[gdb/testsuite] Two fixes in gdb.python/tui-window-disabled.expTom de Vries1-5/+2