aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2024-12-09Omit artificial symbols from DAP variables responseTom Tromey1-0/+62
2024-12-09Defer DAP launch command until after configurationDoneTom Tromey34-126/+221
2024-12-09gdb: allow core file containing special characters on the command lineAndrew Burgess1-64/+52
2024-12-06gdb: Fix use-after-free when an objfile has no symbols to loadGuinevere Larsen1-4/+0
2024-12-04gdb: fix parsing of DIEs with both low/high pc AND ranges attributesAndrew Burgess2-0/+357
2024-12-04gdb, testsuite: fix TCL error in 'gdb.base/structs.exp'Stephan Rohr1-1/+1
2024-12-04[gdb/testsuite] Fix failure in gdb.python/py-startup-opt.expTom de Vries1-5/+7
2024-12-03Use ui-out table in "maint print reggroups"Tom Tromey4-7/+7
2024-12-03Use ui-out tables in some "maint print" commandsTom Tromey2-3/+3
2024-12-03[gdb/testsuite] Fix DUPLICATE in gdb.arch/pr25124.expTom de Vries1-2/+2
2024-12-03[gdb/python] Handle empty PYTHONDONTWRITEBYTECODETom de Vries1-0/+8
2024-12-03[gdb/testsuite] Fix gdb.python/py-startup-opt.exp with empty PYTHONDONTWRITEB...Tom de Vries1-2/+3
2024-12-03gdb/testsuite: make gdb.reverse/i386-avx-reverse.exp require avxGuinevere Larsen1-6/+3
2024-12-03[gdb/testsuite] Fix gdb.base/reset-catchpoint-cond.exp with --with-expat=noTom de Vries1-0/+3
2024-12-03[gdb/testsuite] Fix gdb.python/python.exp with --disable-tuiTom de Vries1-0/+4
2024-12-02gdb: handle DW_AT_entry_pc pointing at an empty sub-rangeAndrew Burgess3-0/+333
2024-12-02testsuite, threads: add missing return statementsRohr, Stephan2-0/+5
2024-11-27gdb/testsuite: skip gdb.threads/omp-par-scope.exp with clangGuinevere Larsen1-0/+8
2024-11-27[gdb/testsuite] Add gdb.dwarf2/dw2-tu-dwarf-4-5.expTom de Vries3-0/+173
2024-11-26nios2: Remove all GDB support for Nios II targets.Sandra Loosemore6-9/+1
2024-11-25Convert all_bfds to new hash tableSimon Marchi1-1/+2
2024-11-25Convert typedef hash to new hash tableSimon Marchi1-6/+19
2024-11-25gdb/testsuite: force TERM setting for some filename completion testsAndrew Burgess1-62/+47
2024-11-25gdb: LoongArch: Add basic process record/replay supportHui Li1-0/+2
2024-11-23[gdb/contrib] Add two rules in common-misspellings.txtTom de Vries32-42/+42
2024-11-22gdb/record: introduce recoding support for vporGuinevere Larsen2-15/+27
2024-11-22gdb/record: Add support for recording vpmovmskbGuinevere Larsen2-0/+52
2024-11-22gdb/record: Add support for all vpcmpeq instructionsGuinevere Larsen2-0/+77
2024-11-22gdb/record: add support for vpxor instructionGuinevere Larsen2-0/+45
2024-11-22[gdb/python] Handle failure to initialize without exitingTom de Vries1-0/+31
2024-11-22gdb/disasm: fix demangling when disassembling the current functionAndrew Burgess1-0/+23
2024-11-22[gdb/testsuite] Require local host in gdb.base/bg-exec-sigint-bp-cond.expTom de Vries1-0/+4
2024-11-22[gdb/testsuite] Fix gdb.base/bg-exec-sigint-bp-cond.exp for signal mergingTom de Vries1-25/+36
2024-11-21Don't put JIT_READER_DIR into help textTom Tromey1-0/+4
2024-11-21gdb/build-id: protect against weirdly short build-idsAndrew Burgess2-3/+129
2024-11-21testsuite: skip confirmation in 'gdb_reinitialize_dir'Rohr, Stephan1-2/+4
2024-11-20Improve choice sorting in ada-lang.cTom Tromey2-7/+7
2024-11-18LAM: Enable tagged pointer support for watchpoints.Christina Schimpe3-0/+159
2024-11-17gdb: Update linkage name lookup function to allow mst_file_data/bss types.Ijaz, Abdul B2-3/+10
2024-11-15gdb/testsuite: skip gdb.opt/inline-entry.exp for gcc 7 and olderAndrew Burgess1-0/+17
2024-11-14gdb/python: missing PyObject_IsTrue error check in bppy_initAndrew Burgess1-0/+9
2024-11-14gdb/python: missing PyObject_IsTrue error check in micmdpy_set_installedAndrew Burgess1-0/+15
2024-11-14gdb/python: missing PyObject_IsTrue error check in py-arch.cAndrew Burgess1-3/+13
2024-11-14gdb/python: remove some additional PyObject_IsTrue callsAndrew Burgess1-0/+5
2024-11-13[gdb/contrib] Handle capitalized words in spellcheck.shTom de Vries2-2/+2
2024-11-13[gdb/contrib] Add "doens't->doesn't" to common-misspellings.txtTom de Vries3-4/+4
2024-11-13[gdb/contrib] Handle double quotes in spellcheck.shTom de Vries1-1/+1
2024-11-13[gdb/contrib] Handle parentheses in spellcheck.shTom de Vries2-4/+4
2024-11-13gdb: stepping between inline functions with multiple rangesBernd Edlinger4-0/+616
2024-11-13gdb: fix handling of DW_AT_entry_pc of inlined subroutinesAndrew Burgess4-0/+633