aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
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: add trailing '/' when using 'complete' with directory namesAndrew Burgess2-45/+165
2024-01-12gdb/python: New InferiorThread.ptid_string attributeAndrew Burgess1-0/+8
2024-01-12[gdb/testsuite] Use require in gdb.dwarf2/assign-variable-value-to-register.expTom de Vries1-3/+1
2024-01-11gdb: fix frame passed to gdbarch_value_to_register in value_assignSimon Marchi1-0/+86
2024-01-11[gdb/testsuite] Fix gdb.dwarf2/dw2-entry-points.exp on ppc64leTom de Vries1-3/+3
2024-01-11[gdb/testsuite] Extend gdb.base/kill-during-detach.expTom de Vries2-1/+43
2024-01-10[gdb] Fix assertion failure for checkpoint delete 0Tom de Vries1-0/+14
2024-01-10[gdb] Fix info checkpointsTom de Vries1-3/+5
2024-01-08Do more DWARF reading in the backgroundTom Tromey9-8/+28
2024-01-08[gdb/testsuite] Add missing -no-prompt-anchor in gdb.base/vfork-follow-parent...Tom de Vries1-1/+1
2024-01-08[gdb/testsuite] Make gdb.base/solib-search.exp more robustTom de Vries2-0/+6
2024-01-04[gdb/testsuite] Handle PAC markerTom de Vries7-11/+54
2024-01-04gdb: improve error reporting from expression parserAndrew Burgess1-0/+8
2024-01-02Fix GDB reverse-step and reverse-next command behaviorCarl Love4-34/+188
2024-01-02PowerPC and aarch64: Fix reverse stepping failureCarl Love2-0/+211
2024-01-02Add gdb_compile options column-info and no-column-infoCarl Love1-0/+34
2024-01-02gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-tableGuinevere Larsen4-5/+234
2023-12-31Run 'black' on tui-window.pyTom Tromey1-2/+4
2023-12-31[gdb/testsuite] Fix typo in gdb.base/catch-syscall.expTom de Vries1-1/+1
2023-12-30Add keywords to TuiWindow.writeTom Tromey1-1/+2
2023-12-30[gdb/testsuite] Fix gdb.base/gdb-index-err.exp for root userTom de Vries1-1/+7
2023-12-29dwarf, fortran: add support for DW_TAG_entry_pointNils-Christian Kempke4-0/+407
2023-12-22Check for rogue DAP exceptions in test suiteTom Tromey1-1/+33
2023-12-22Add 'program' to DAP 'attach' requestTom Tromey2-4/+9
2023-12-20gdb.threads/step-over-thread-exit.exp improvementsPedro Alves2-24/+119
2023-12-19gdb: register frame_destroyed function for amd64 gdbarchGuinevere Larsen1-16/+1
2023-12-18gdb/testsuite: another attempt to fix gdb.threads/thread-specific-bp.expAndrew Burgess1-18/+6
2023-12-16Use function entry point record only for entry valuesHannes Domani1-1/+1
2023-12-16[gdb/tui] Show regs when switching to regs layoutTom de Vries1-4/+6
2023-12-15Refine Ada overload matchingTom Tromey2-0/+74
2023-12-14gdb/testsuite: add tests for unwinding of pseudo registersSimon Marchi12-0/+796
2023-12-14Allow calling of variadic C++ functionsHannes Domani2-0/+39
2023-12-13gdb: improve error reporting for 'save gdb-index'Andrew Burgess3-43/+189
2023-12-12Fix gdb.FinishBreakpoint when returning to an inlined functionHannes Domani2-0/+39
2023-12-12Support dynamically computed convenience variables in get_internalvar_integerHannes Domani1-0/+5
2023-12-11Implement DAP cancellationTom Tromey1-0/+71
2023-12-11Rename a couple of DAP procs in the testsuiteTom Tromey1-5/+5
2023-12-11[gdb/testsuite] Fix $eol regexp usage in some test-casesTom de Vries3-13/+13
2023-12-11Fix dynamic_castHannes Domani2-0/+42
2023-12-08[gdb/tui] Show focus window in status lineTom de Vries1-2/+2
2023-12-08Fix printing of global variable stubs if no inferior is runningHannes Domani2-0/+63
2023-12-08gdb/testsuite: tighten up some end-of-line patternsAndrew Burgess10-19/+21
2023-12-08gdb/testsuite: fix gdb.ada/complete.exp timeout in READ1 modeAndrew Burgess1-5/+14
2023-12-08gdbserver: allow for general 'monitor set debug COMPONENT VALUE' useAndrew Burgess1-4/+42
2023-12-08Use pretty printers for struct member stubsHannes Domani5-0/+183