aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2021-09-30[gdb/testsuite] Use untested in gdb.debuginfod/fetch_src_and_symbols.expTom de Vries1-1/+1
2021-09-30[gdb/testsuite] Remove redundant FAIL in gdb.base/info-os.expTom de Vries1-1/+0
2021-09-30[gdb/testsuite] Fix DUPLICATE in gdb.base/info-os.expTom de Vries1-9/+6
2021-09-30[gdb/testsuite] Check compilation result in gdb.dwarf2/dw2-opt-structptr.expTom de Vries1-3/+5
2021-09-30[gdb/testsuite] Check compilation result in gdb.base/structs.expTom de Vries1-141/+63
2021-09-30[gdb/testsuite] Prepare nodebug exec in gdb.base/cvexpr.expTom de Vries1-8/+14
2021-09-30[gdb/testsuite] Fix DUPLICATE in gdb.base/cvexpr.expTom de Vries1-3/+5
2021-09-30[gdb/testsuite] Check compilation result in gdb.base/call-sc.expTom de Vries1-27/+18
2021-09-30[gdb/testsuite] Fix untested messages in gdb.mi/*.expTom de Vries5-5/+5
2021-09-30[gdb/testsuite] Fix full buffer in gdb.rust/dwindex.expTom de Vries1-10/+24
2021-09-30[gdb/testsuite] Fix gdb.base/break-interp.exp for ld.so without debugTom de Vries1-0/+3
2021-09-29Fix gdb.multi/multi-term-settings.exp racePedro Alves1-6/+34
2021-09-29[gdb/testsuite] Disable vgdb tests if xml not supportedTom de Vries4-0/+20
2021-09-29[gdb/testsuite] Fix gdb.python/py-breakpoint.exp with python 2Tom de Vries1-1/+9
2021-09-29[gdb/testsuite] Fix breakpoint detection in gdb.gdb/python-helper.expTom de Vries1-1/+1
2021-09-28gdb: enable target_async around stop_all_threads call in process_initial_stop...Simon Marchi2-0/+108
2021-09-28gdb.base/foll-fork.exp: accept "info breakpoints" output in any orderSimon Marchi1-3/+10
2021-09-28gdb: print backtrace for internal error/warningAndrew Burgess2-36/+118
2021-09-27gdb: don't share aspace/pspace on fork with "detach-on-fork on" and "follow-f...Simon Marchi1-0/+18
2021-09-27gdb.base/foll-fork.exp: use foreach_with_prefix to handle prefixesSimon Marchi1-84/+81
2021-09-27gdb.base/foll-fork.exp: rename variablesSimon Marchi1-20/+20
2021-09-27gdb.base/foll-fork.exp: refactor to restart GDB between each portion of the testSimon Marchi1-63/+81
2021-09-27gdb.base/foll-fork.exp: remove gating based on target tripletSimon Marchi1-7/+0
2021-09-27gdb.base/foll-fork.exp: remove DUPLICATEsSimon Marchi1-14/+6
2021-09-27gdb: add setting to disable reading source code filesAndrew Burgess2-0/+69
2021-09-27gdb: prevent an assertion when computing the frame_id for an inline frameAndrew Burgess3-0/+288
2021-09-27[gdb/testsuite] Fix gdb.base/dcache-flush.expTom de Vries1-2/+2
2021-09-27[gdb/testsuite] Test sw watchpoint in gdb.threads/process-dies-while-detachin...Tom de Vries1-11/+30
2021-09-25[gdb/testsuite] Minimize gdb restartsTom de Vries68-115/+45
2021-09-24Fix 'FAIL: gdb.perf/disassemble.exp: python Disassemble().run()'Pedro Alves1-3/+4
2021-09-24Fix all PATH problems in testsuite/gdb.perf/Pedro Alves1-3/+9
2021-09-24Fix all DUPLICATE problems in testsuite/gdb.perf/Pedro Alves1-3/+6
2021-09-24Fix handling of DW_AT_data_bit_offsetTom Tromey2-0/+82
2021-09-24[gdb/testsuite] Don't leave gdb instance running after function_rangeTom de Vries2-3/+9
2021-09-24[gdb/testsuite] Use pie instead of -fpie/-pieTom de Vries2-2/+4
2021-09-24[gdb/testsuite] Factor out dump_info in gdb.testsuite/dump-system-info.expTom de Vries1-26/+16
2021-09-24gdb/testsuite: Make it possible to use TCL variables in DWARF assembler loclistsPedro Alves1-0/+4
2021-09-24[gdb/testsuite] Fix DUPLICATEs in gdb.dwarf2/implptr-64bit.expTom de Vries1-4/+18
2021-09-24[gdb/testsuite] Fix DUPLICATEs gdb.dwarf2/dw2-is-stmt.expTom de Vries1-46/+54
2021-09-24[gdb/testsuite] Fix set $var val in gdb.dwarf2/dw2-is-stmt.expTom de Vries1-2/+2
2021-09-24[gdb/testsuite] Fix DUPLICATE in gdb.base/load-command.expTom de Vries1-5/+9
2021-09-24[gdb/testsuite] Use pie/nopie instead of ldflags=-pie/-no-pieTom de Vries2-2/+2
2021-09-24[gdb/testsuite] Add gdb.testsuite/dump-system-info.expTom de Vries1-0/+48
2021-09-23[gdb/testsuite] Support -fPIE/-fno-PIE/-pie/-no-pie in gdb_compile_rustTom de Vries1-3/+44
2021-09-23[gdb/testsuite] Use pie instead of -fPIE -pieTom de Vries8-22/+16
2021-09-23[gdb/testsuite] Fix probe test in gdb.base/break-interp.expTom de Vries1-1/+33
2021-09-23[gdb/testsuite] Improve probe detection in gdb.base/break-probes.expTom de Vries1-13/+19
2021-09-23[gdb/testsuite] Handle failing probe detection in gdb.base/break-probes.expTom de Vries1-1/+3
2021-09-23[gdb/testsuite] Use early-out style in gdb.base/break-probes.expTom de Vries1-25/+27
2021-09-23Test that frame info/IDs are stable/consistentPedro Alves1-0/+136