aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-06process-dies-while-detaching.exp: Exit early if GDB misses sync breakpointThiago Jung Bauermann2-7/+7
2023-10-06gdb/testsuite: cleanup in gdb.base/args.expAndrew Burgess1-52/+36
2023-10-06gdbserver: handle newlines in inferior argumentsAndrew Burgess1-15/+5
2023-10-06gdbserver: fix handling of trailing empty argumentAndrew Burgess1-3/+6
2023-10-06gdbserver: fix handling of single quote argumentsAndrew Burgess2-4/+7
2023-10-05gdb: fix reread_symbols when an objfile has target: prefixAndrew Burgess2-0/+196
2023-10-05gdb: remove print_sys_errmsgAndrew Burgess2-3/+3
2023-10-04gdb/testsuite: XFAIL some gdb.base/fileio.expGuinevere Larsen2-1/+28
2023-10-04sme2: Extend SME tests to include SME2Luis Machado8-8/+178
2023-10-04sme: Add SVE/SME testcasesLuis Machado45-0/+3778
2023-10-02gdb/python: reformat file with blackAndrew Burgess1-0/+3
2023-10-02Add regression test for instructionReference changeTom Tromey2-6/+23
2023-10-02Clean up intermediate values in val_print_packed_array_elementsTom Tromey2-35/+43
2023-10-02gdb/testsuite: accept variable number of spaces in gdb.base/jit-reader-simple...Simon Marchi1-2/+2
2023-10-02[gdb/testsuite] Handle older gcc in gdb.ada/import.expTom de Vries1-0/+34
2023-10-02[gdb/testsuite] Add KFAIL for PR ada/30908Tom de Vries2-4/+44
2023-10-02gdb: add Python events for program space addition and removalAndrew Burgess3-0/+227
2023-09-29Support the NO_COLOR environment variableTom Tromey14-47/+49
2023-09-28gdb/testsuite: Add relative versus absolute LD_LIBRARY_PATH testKevin Buettner3-0/+145
2023-09-28gdb: use reopen_exec_file from reread_symbolsAndrew Burgess1-5/+0
2023-09-28gdb/python: make the executable_changed event available from PythonAndrew Burgess1-0/+100
2023-09-28gdb/python: new Progspace.executable_filename attributeAndrew Burgess2-0/+122
2023-09-28gdb/python: new Progspace.symbol_file attributeAndrew Burgess1-0/+9
2023-09-28[gdb/testsuite] Add nopie to gdb.base/unwind-on-each-insn-amd64-2.expTom de Vries5-7/+23
2023-09-27Adjust gdb.thread/pthreads.exp for CygwinPedro Alves1-7/+7
2023-09-27In gdb.threads/pthreads.c, handle pthread_attr_setscope ENOTSUPPedro Alves1-1/+2
2023-09-27Fix gdb.threads/pthreads.exp error handling/printingPedro Alves1-8/+22
2023-09-27Fix gdb.threads/pthreads.c formattingPedro Alves1-18/+27
2023-09-27gdb.threads/pthreads.c, K&R -> ANSI function stylePedro Alves1-7/+3
2023-09-26gdb/testsuite: add xfail for gdb/29965 in gdb.threads/process-exit-status-is-...Simon Marchi1-1/+18
2023-09-26[gdb/testsuite] Fix gdb.ada/mi_task_arg.exp with newer gccTom de Vries1-1/+2
2023-09-26[gdb/testsuite] Fix gdb.server/ext-run.exp in containerTom de Vries1-1/+1
2023-09-20gdb/dap: only include sourceReference if file path does not existGregory Anders1-4/+5
2023-09-20gdb/dap: check for breakpoint source before unpackingGregory Anders1-0/+7
2023-09-20[gdb/symtab] Error out for .debug_types section in dwz fileTom de Vries1-0/+128