Age | Commit message (Expand) | Author | Files | Lines |
2020-11-24 | gdb/testsuite: do not hard-code location indices in condbreak-multi-context.exp | Tankut Baris Aktemur | 1 | -67/+123 |
2020-11-22 | gdb/testsuite: add template for test cases | Simon Marchi | 2 | -0/+56 |
2020-11-21 | [gdb/testsuite] Add clang xfail in gdb.base/vla-ptr.exp | Tom de Vries | 1 | -1/+39 |
2020-11-19 | gdb: update command completion for watch, awatch, and rwatch | Andrew Burgess | 1 | -0/+11 |
2020-11-17 | gdb: improve command completion for 'print', 'x', and 'display' | Andrew Burgess | 1 | -0/+29 |
2020-11-11 | gdb/testsuite: add "breakpoint always-inserted" axis in gdb.base/continue-aft... | Simon Marchi | 1 | -3/+10 |
2020-11-10 | Prevent false passes in gdb.base/vla-optimized-out.exp | Gary Benson | 1 | -1/+1 |
2020-11-10 | Prevent inlining in gdb.base/vla-optimized-out.c | Gary Benson | 1 | -2/+2 |
2020-11-06 | gdb: fix debug expression dumping of function call expressions | Andrew Burgess | 2 | -19/+17 |
2020-11-02 | gdb/testsuite: fix failure in gdb.base/step-over-no-symbols.exp | Simon Marchi | 1 | -2/+2 |
2020-11-02 | Fix gdb.base/print-file-var.exp with Clang | Gary Benson | 1 | -8/+10 |
2020-11-02 | Fix testcases using __attribute__((noclone)) with Clang | Gary Benson | 3 | -36/+41 |
2020-10-30 | gdb/infrun: disable pagination in fetch_inferior_event | Tankut Baris Aktemur | 5 | -264/+21 |
2020-10-29 | gdb: restore thread after detaching or killing an inferior | Tankut Baris Aktemur | 1 | -0/+2 |
2020-10-28 | [gdb/testsuite] Fix re-read FAILs with -readnow | Tom de Vries | 1 | -0/+8 |
2020-10-28 | [gdb/testsuite] Fix gdb.base/relocate.exp with -readnow | Tom de Vries | 1 | -4/+5 |
2020-10-27 | [gdb/testsuite] Fix gdb.base/multi-forks.exp timeout with -readnow | Tom de Vries | 1 | -1/+11 |
2020-10-27 | [gdb/testsuite] Fix DUPLICATEs in gdb.base/multi-forks.exp | Tom de Vries | 1 | -20/+26 |
2020-10-27 | [gdb/testsuite] Fix gdb.base/maint.exp FAILs with -readnow | Tom de Vries | 1 | -5/+20 |
2020-10-27 | gdb/breakpoint: use gdb::option for the '-force' flag | Tankut Baris Aktemur | 1 | -0/+8 |
2020-10-27 | [gdb/testsuite] Fix section matching in find_pc_sect_compunit_symtab | Tom de Vries | 1 | -0/+22 |
2020-10-27 | gdb/breakpoint: add flags to 'condition' and 'break' commands to force condition | Tankut Baris Aktemur | 1 | -0/+25 |
2020-10-27 | gdb/breakpoint: disable a bp location if condition is invalid at that location | Tankut Baris Aktemur | 2 | -0/+284 |
2020-10-22 | Fix gdb.base/msym*.exp failures | Luis Machado | 2 | -5/+5 |
2020-10-13 | gdb/testsuite/: Use "-qualified" in explicit "break main", etc. | Pedro Alves | 24 | -49/+49 |
2020-10-13 | gdb/testsuite/: Use -qualified in runto_main / mi_runto_main | Pedro Alves | 1 | -1/+1 |
2020-10-13 | 'runto main' -> 'runto_main' throughout | Pedro Alves | 16 | -19/+19 |
2020-10-13 | gdb: don't pass TARGET_WNOHANG to targets that can't async (PR 26642) | Simon Marchi | 2 | -0/+63 |
2020-10-12 | Fix testcases with required but unreferenced functions and variables | Gary Benson | 5 | -5/+5 |
2020-10-09 | Handle void results as unformatted prints | Hannes Domani | 1 | -0/+5 |
2020-10-08 | Style more output of "disassemble" command | Tom Tromey | 1 | -1/+4 |
2020-10-07 | Rename some tests in find.exp | Tom Tromey | 1 | -6/+6 |
2020-10-06 | Fix gdb.base/list.exp with Clang | Gary Benson | 2 | -2/+2 |
2020-10-06 | Fix gdb.base/list-ambiguous.exp with Clang | Gary Benson | 2 | -2/+2 |
2020-10-06 | gdb/testsuite: allow gdb.base/overlays.exp to compile for m32r | Andrew Burgess | 3 | -38/+50 |
2020-10-05 | Fix function argument and return value locations | Hannes Domani | 2 | -1/+18 |
2020-09-25 | Fix gdb.base/infcall-nested-structs-c++.exp with Clang | Gary Benson | 1 | -0/+7 |
2020-09-20 | Robustify gdb.base/testenv.exp:find_env | Pedro Alves | 1 | -0/+6 |
2020-09-18 | gdb.base/sizeof.exp C++ify | Pedro Alves | 1 | -1/+1 |
2020-09-18 | gdb.base/share-env-with-gdbserver.exp C++ify | Pedro Alves | 1 | -1/+1 |
2020-09-18 | gdb.base/{prologue,symbol-alias}.exp C++ify | Pedro Alves | 4 | -2/+14 |
2020-09-18 | gdb.base/{exprs,ptype,ptype1,setvar,whatis}.c C++ify | Pedro Alves | 5 | -11/+11 |
2020-09-18 | gdb.base/charset.{c,exp} C++ify | Pedro Alves | 2 | -7/+12 |
2020-09-18 | gdb.base/watchpoint.{c,exp} | Pedro Alves | 2 | -4/+4 |
2020-09-18 | gdb.base/printcmds.c C++-ify | Pedro Alves | 1 | -3/+3 |
2020-09-18 | gdb.base/examine-backward.exp C++ify and Clang | Pedro Alves | 2 | -4/+10 |
2020-09-18 | gdb.base/nested-addr.{c,exp} C++ify | Pedro Alves | 2 | -2/+2 |
2020-09-18 | gdb.base/break.exp C++ify | Pedro Alves | 1 | -22/+28 |
2020-09-18 | gdb.base/display.exp C++ify | Pedro Alves | 1 | -0/+3 |
2020-09-17 | gdb.base/find.exp C++ify | Pedro Alves | 2 | -1/+5 |