aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2023-12-08[gdb/tui] Fix displaying main after resizingTom de Vries1-0/+50
2023-12-08Allow cast of 128-bit integer to pointerTom Tromey1-0/+5
2023-12-08Fix dynamic type resolution for LOC_CONST and LOC_CONST_BYTES symbolsTom Tromey1-0/+120
2023-12-07gdb/record: Support for rdtscp in i386_process_record.Cupertino Miranda1-1/+12
2023-12-06Add more 'step' tests to gdb.base/watchpoint.expKevin Buettner1-0/+9
2023-12-06Start abbrevs at 1 in DWARF assemblerTom Tromey1-1/+10
2023-12-06Fix hardware watchpoints in replay modeHannes Domani1-0/+4
2023-12-06[gdb/symtab] Redo "Fix assert in set_length"Tom de Vries via Gdb-patches4-17/+4
2023-12-05gdb/testsuite: Update worker thread show assertionRichard Bunt1-1/+1
2023-12-04gdb/testsuite: fix directory name in test nameAndrew Burgess1-1/+2
2023-12-04gdb: Enable early init of thread pool sizeRichard Bunt1-0/+40
2023-12-04[gdb/tui] Fix wrapping stringsTom de Vries2-0/+64
2023-12-02Fix detach bug when lwp has exited/terminatedKevin Buettner2-0/+164
2023-12-01Bail out of "attach" if a thread cannot be tracedTom Tromey2-0/+159
2023-12-01gdb/testsuite: fix completion tests when using READ1Guinevere Larsen1-12/+24
2023-11-28gdb/python: display errors from command completionAndrew Burgess2-0/+41
2023-11-28gdb/testsuite: improve test regexp in gdb_get_worker_threadsAndrew Burgess1-1/+1
2023-11-28Emit DAP "process" eventTom Tromey1-0/+2
2023-11-28gdb/testsuite: add a new check-all-boards targetAndrew Burgess2-0/+61
2023-11-28gdb/testsuite: log 'make check' command in make-check-all.shAndrew Burgess1-0/+4
2023-11-28gdb: generate dwarf-5 index identically as worker-thread count changesAndrew Burgess1-1/+7
2023-11-28gdb: generate gdb-index identically regardless of work thread countAndrew Burgess2-0/+56
2023-11-28gdb: reduce size of generated gdb-index fileAndrew Burgess1-0/+115
2023-11-28gdb/testsuite: small refactor in selftest-support.expAndrew Burgess1-9/+23
2023-11-28gdb: allow use of ~ in 'save gdb-index' commandAndrew Burgess1-0/+91
2023-11-27[gdb/testsuite] Add boards/cc-with-index-cache.expTom de Vries2-0/+41
2023-11-27Fix bug in DAP handling of 'pause' requestsTom Tromey2-1/+73
2023-11-27gdb/python: handle completion returning a non-sequenceAndrew Burgess2-0/+17
2023-11-24[gdb/testsuite] Use more %progbits for armTom de Vries59-9/+253
2023-11-24[gdb/testsuite] Two fixes in gdb.python/tui-window-disabled.expTom de Vries1-5/+2
2023-11-22[gdb/tui] Fix resizing of terminal to 1 or 2 linesTom de Vries1-0/+9
2023-11-22[gdb/tui] Allow command window of 1 or 2 linesTom de Vries1-0/+29
2023-11-21Simplify C++ type-printingTom Tromey1-6/+0
2023-11-21[gdb/testsuite] Fix spurious FAILs with examine-backward.exp, againTom de Vries2-20/+33
2023-11-20PowerPC: Fix test gdb.ada/finish-large.expCarl Love1-1/+7
2023-11-20gdb: fix reopen_exec_file for files with target: prefixAndrew Burgess1-0/+70
2023-11-20gdb/record: print frame information when exiting a recursive callGuinevere Larsen3-1/+90
2023-11-17Ignore static members in NoOpStructPrinterTom Tromey2-1/+20
2023-11-17Implement the notStopped DAP responseTom Tromey1-0/+7
2023-11-17Handle StackFrameFormat in DAPTom Tromey3-0/+238
2023-11-16Fix small bug in compile.expTom Tromey1-1/+1
2023-11-15Fix gdb.threads/threads-after-exec.exp racePedro Alves1-3/+7
2023-11-15Minor cleanups in ada-nested.expTom Tromey1-5/+9
2023-11-14Remove path name from test caseTom Tromey1-1/+2
2023-11-14Handle the static link in FrameDecoratorTom Tromey2-0/+123
2023-11-14[gdb/testsuite] Fix gdb.threads/stepi-over-clone.exp regexpTom de Vries1-5/+9
2023-11-14gdb: implement missing debug handler hook for PythonAndrew Burgess3-0/+615
2023-11-13Fix the gdb.ada/inline-section-gc.exp testCarl Love2-4/+20
2023-11-13Cancel execution command on thread exit, when stepping, nexting, etc.Pedro Alves1-26/+55
2023-11-13Testcases for stepping over thread exit syscall (PR gdb/27338)Simon Marchi6-0/+333