summaryrefslogtreecommitdiff
path: root/gdb/testsuite
Commit message (Expand)AuthorAgeFilesLines
* gdb.python/py-as-string.exp C++ifyPedro Alves2020-09-182-1/+5
* gdb.base/sizeof.exp C++ifyPedro Alves2020-09-182-1/+5
* gdb.base/share-env-with-gdbserver.exp C++ifyPedro Alves2020-09-182-1/+5
* gdb.base/{prologue,symbol-alias}.exp C++ifyPedro Alves2020-09-185-2/+23
* gdb.python/py-nested-maps.exp C++ifyPedro Alves2020-09-182-22/+31
* gdb.python/{py-framefilter-mi,py-framefilter}.c C++ifyPedro Alves2020-09-183-6/+11
* gdb.mi/var-cmd.c C++ifyPedro Alves2020-09-182-1/+5
* gdb.base/{exprs,ptype,ptype1,setvar,whatis}.c C++ifyPedro Alves2020-09-186-11/+20
* gdb.base/charset.{c,exp} C++ifyPedro Alves2020-09-183-7/+19
* gdb.base/watchpoint.{c,exp}Pedro Alves2020-09-183-4/+11
* gdb.base/printcmds.c C++-ifyPedro Alves2020-09-182-3/+8
* gdb.base/examine-backward.exp C++ify and ClangPedro Alves2020-09-183-4/+19
* gdb.base/nested-addr.{c,exp} C++ifyPedro Alves2020-09-183-2/+7
* gdb.base/break.exp C++ifyPedro Alves2020-09-182-22/+33
* gdb.base/display.exp C++ifyPedro Alves2020-09-182-0/+7
* gdb.base/find.exp C++ifyPedro Alves2020-09-173-1/+11
* Match demangled name in "skip"Tom Tromey2020-09-163-0/+67
* [gdb/testsuite] Fix gdb.dlang/watch-loc.exp on ppc64Tom de Vries2020-09-163-3/+33
* gdb/breakpoint: make a copy of the "commands" command's argumentTankut Baris Aktemur2020-09-164-0/+87
* [gdb/testsuite] Detect gdb prompt after monitor exitTom de Vries2020-09-162-1/+13
* [gdb/testsuite] Catch condition evaluation errors in gdb_assertTom de Vries2020-09-162-2/+7
* [gdb/testsuite] Fix unbalanced braces in gdb.tui/new-layout.expTom de Vries2020-09-162-6/+11
* Avoid running one Rust test against older LLVMTom Tromey2020-09-153-2/+36
* [gdb/testsuite] Fix PATH warning in gdb.rust/traits.expTom de Vries2020-09-142-1/+5
* gdb/testsuite: Explicitly return from mainPedro Alves2020-09-1354-11/+154
* Fix gdb.base/share-env-with-gdbserver.exp with ClangPedro Alves2020-09-132-1/+8
* Make default_mi_gdb_start/dbx_gdb_start use gdb_spawnPedro Alves2020-09-133-22/+30
* Fix a couple gdb.dwarf2/ testcases with "clang -flto"Pedro Alves2020-09-133-15/+27
* Add MI "-break-insert --qualified"Pedro Alves2020-09-134-21/+283
* Remove stale "register" bits from gdb.cp/misc.ccPedro Alves2020-09-134-41/+10
* Move "register" test out of classes.exp to a separate testcasePedro Alves2020-09-135-72/+136
* Don't drop static function bp locations w/o debug infoPedro Alves2020-09-138-0/+315
* Bump version to 11.0.50.DATE-git.Joel Brobecker2020-09-122-1/+5
* Add bfloat16 support for AVX512 register view.Felix Willgerodt2020-09-114-0/+296
* [gdb/testsuite] Kfail gdb.cp/ambiguous.exp FAILs for PR26602Tom de Vries2020-09-112-0/+12
* gdb/testsuite: remove stale comment in gdb.base/bp-cmds-execution-x-script.expTankut Baris Aktemur2020-09-112-5/+4
* PR26597, FAIL: gdb.dlang/demangle.exp: _D8demangle4testFI5identZvAlan Modra2020-09-102-2/+7
* [gdb/testsuite] Fix gdb.dwarf2/frame-inlined-in-outer-frame.expTom de Vries2020-09-082-0/+6
* Allow Flang kind printing in complex.exp,pointer-to-pointer.exp,vla-ptr-info.expAlok Kumar Sharma2020-09-035-8/+53
* [gdb/breakpoint, PIE] Handle setting breakpoint on label without addressTom de Vries2020-09-032-0/+10
* Do not auto-dereference null pointers in Ada MI varobjTom Tromey2020-09-024-11/+31
* corefile.exp: XFAIL warning-free test when testing on dockerKevin Buettner2020-08-312-0/+12
* Work around incorrect/broken pathnames in NT_FILE noteKevin Buettner2020-08-312-0/+31
* gdb: fix nits in previous patchesSimon Marchi2020-08-312-1/+5
* gdb: support frames inlined into the outer frameScott Linder2020-08-313-0/+256
* gdb: make frame_unwind_got_optimized return a not_lval valueSimon Marchi2020-08-312-0/+18
* [gdb/testsuite] Add nopie to gdb.base/eh_return.expTom de Vries2020-08-312-1/+6
* Fix gdb.base/advance-until-multiple-locations.exp with some compilersPedro Alves2020-08-282-2/+8
* [gdb/breakpoint] Handle setting breakpoint on label without addressTom de Vries2020-08-283-0/+66
* Fix advance/until and multiple locations (PR gdb/26524)Pedro Alves2020-08-273-0/+210