aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2024-03-03Bump GDB's version number to 14.2.90.DATE-git.Joel Brobecker1-1/+1
2024-02-11Fix crash when calling Frame.static_linkHannes Domani1-0/+14
2024-01-23gdb: fix "list ." related crashGuinevere Larsen2-0/+58
2023-12-08Fix printing of global variable stubs if no inferior is runningHannes Domani2-0/+63
2023-12-03Bump GDB's version number to 14.1.90.DATE-git.Joel Brobecker1-1/+1
2023-11-27Fix bug in DAP handling of 'pause' requestsTom Tromey2-1/+73
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-15Minor cleanups in ada-nested.expTom Tromey1-5/+9
2023-11-14Handle the static link in FrameDecoratorTom Tromey2-0/+123
2023-10-31Implement DAP setVariable requestTom Tromey3-0/+211
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-16Only allow closure lookup by address if there are threads displaced-steppingLuis Machado2-0/+60
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