aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-13gdb/testsuite/lib/my-syscalls.S: Refactor new SYSCALL macroPedro Alves1-18/+32
2023-11-13Don't resume new threads if scheduler-locking is in effectPedro Alves2-0/+121
2023-11-13Remove gdb/19675 kfails (displaced stepping + clone)Pedro Alves1-41/+3
2023-11-13Thread options & clone events (Linux GDBserver)Pedro Alves1-6/+0
2023-11-13Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONEDPedro Alves2-0/+485
2023-11-13gdb/linux: Delete all other LWPs immediately on ptrace exec eventPedro Alves2-0/+113
2023-11-08gdb: call update_thread_list after completing an inferior callAndrew Burgess2-0/+263
2023-11-08gdb: call update_thread_list for $_inferior_thread_count functionAndrew Burgess2-0/+255
2023-11-08gdb: add a custom command completer for disassemble commandAndrew Burgess2-0/+34
2023-11-08gdb: error if /r and /b are used with disassemble commandAndrew Burgess2-0/+61
2023-11-06Change gdb.base/examine-backwards.exp for AIX.Aditya Vidyadhar Kamath1-4/+4
2023-11-06[gdb/testsuite] Fix gdb.dwarf2/dw2-gas-workaround.expTom de Vries1-1/+1
2023-11-05Pre-read DWZ file in DWARF readerTom Tromey2-9/+2
2023-11-01[gdb/symtab] Work around gas PR28629Tom de Vries1-0/+92
2023-10-31Implement DAP setVariable requestTom Tromey3-0/+211
2023-10-26gdb/python: Add new gdb.Value.bytes attributeAndrew Burgess1-1/+108
2023-10-26gdb: handle main thread exiting during detachAndrew Burgess2-0/+201
2023-10-26[gdb/testsuite] Add wait-for-index-cache in gdb.dwarf2/per-bfd-sharing.expTom de Vries1-0/+1
2023-10-25gdb/testsuite: add a clang XFAIL to gdb.python/py-watchpoint.expGuinevere Larsen1-1/+16
2023-10-25gdb/testsuite: fix running gdb.python/py-explore-cc with clangGuinevere Larsen1-1/+2
2023-10-22Style history variable outputTom Tromey1-1/+2
2023-10-18gdb/testsuite/gdb.rocm: Fix incorrect use of continue N in multi-inferior-gpu...Lancelot Six1-1/+1
2023-10-18gdb/testsuite/gdb.rocm: Check value returned by hipDeviceSynchronizeLancelot Six6-6/+52
2023-10-18[gdb/testsuite] Fix gdb.base/jit-bfd-name.expTom de Vries1-1/+1
2023-10-17gdb: include the end address in in-memory bfd filenamesMarkus Metzger1-3/+10
2023-10-16Have DAP handle non-Value results from 'children'Tom Tromey2-0/+159
2023-10-16Handle gdb.LazyString in DAPTom Tromey3-0/+140
2023-10-16Fix register-setting response from DAPTom Tromey1-3/+22
2023-10-16Add DAP scope cacheTom Tromey1-0/+7
2023-10-16[gdb/symtab] Work around PR gas/29517Tom de Vries2-8/+37
2023-10-16Only allow closure lookup by address if there are threads displaced-steppingLuis Machado2-0/+60
2023-10-12Fix test suite failure in file-then-restart.expTom Tromey3-18/+19
2023-10-10gdb/python: implement support for sending custom MI async notificationsJan Vrany1-0/+71
2023-10-09gdb/testsuite: match complete lines in gdb.base/maint.expAndrew Burgess1-2/+2
2023-10-08Bump version to 15.0.50.DATE-git.Joel Brobecker1-1/+1
2023-10-07[gdb/testsuite] Fix gdb.arch/i386-signal.exp on x86_64Tom de Vries2-1/+10