Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 37 | -37/+37 |
2020-12-07 | gdb/completer: improve tab completion to consider the '-force-condition' flag | Tankut Baris Aktemur | 1 | -0/+14 |
2020-12-07 | gdb/linespec: relax the position of the '-force-condition' flag | Tankut Baris Aktemur | 1 | -0/+12 |
2020-10-27 | gdb/breakpoint: add flags to 'condition' and 'break' commands to force condition | Tankut Baris Aktemur | 2 | -4/+9 |
2020-10-13 | gdb/testsuite/: Use "-qualified" in explicit "break main", etc. | Pedro Alves | 2 | -6/+6 |
2020-10-13 | 'runto main' -> 'runto_main' throughout | Pedro Alves | 1 | -1/+1 |
2020-05-30 | replace_typedefs: handle templates in namespaces | Pedro Alves | 2 | -0/+222 |
2020-05-28 | Fix "'operator new' should not return NULL" errors in testsuite | Gary Benson | 1 | -2/+4 |
2020-05-27 | cp-completion-aliases.exp: Use test_gdb_complete_{unique,multiple} | Pedro Alves | 1 | -23/+10 |
2020-03-19 | gdb: Remove C++ symbol aliases from completion list | Andrew Burgess | 2 | -0/+127 |
2020-03-12 | [gdb/testsuite] Fix gdb.linespec/explicit.exp FAIL with glibc debug info | Tom de Vries | 1 | -1/+19 |
2020-01-10 | Add "info connections" command, "info inferiors" connection number/string | Pedro Alves | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 33 | -33/+33 |
2019-10-03 | gdb/testsuite: Make test names unique in gdb.linespec tests | Andrew Burgess | 2 | -4/+7 |
2019-09-06 | un-XFAIL under Clang tests using labels | David Blaikie | 1 | -3/+0 |
2019-08-09 | Match Windows pathnames in gdb.linespec/break-ask.exp. | Sandra Loosemore | 1 | -3/+3 |
2019-07-29 | [gdb/testsuite, 2/2] Fix gdb.linespec/explicit.exp with check-read1 | Tom de Vries | 1 | -1/+1 |
2019-07-29 | [gdb/testsuite, 1/2] Fix gdb.linespec/explicit.exp with check-read1 | Tom de Vries | 1 | -14/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 33 | -33/+33 |
2018-10-04 | Clean up "Reading symbols" output | Tom Tromey | 1 | -1/+1 |
2018-09-19 | Skip GDB tab-completion tests if no readline. | Sandra Loosemore | 3 | -0/+24 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 33 | -33/+33 |
2017-12-07 | Validate explicit locations with early termination | Keith Seitz | 1 | -1/+2 |
2017-11-30 | Fix gdb.linespec/cpls-ops.exp on 32-bit | Pedro Alves | 1 | -2/+11 |
2017-11-29 | Breakpoints in symbols with ABI tags (PR c++/19436) | Pedro Alves | 2 | -0/+379 |
2017-11-29 | Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] | Pedro Alves | 2 | -32/+471 |
2017-11-25 | Add comprehensive C++ operator linespec/location/completion tests | Pedro Alves | 2 | -0/+819 |
2017-11-24 | Comprehensive C++ linespec/completer tests | Pedro Alves | 5 | -7/+1200 |
2017-10-19 | gdb: Remove hard-coded line number from test | Andrew Burgess | 1 | -2/+2 |
2017-07-17 | A smarter linespec completer | Pedro Alves | 1 | -2/+7 |
2017-07-17 | Rewrite/enhance explicit locations completer, parse left->right | Pedro Alves | 1 | -5/+13 |
2017-07-14 | Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index | Pedro Alves | 3 | -3/+100 |
2017-02-13 | Fix gdb.linespec/explicit.exp | Luis Machado | 2 | -15/+30 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 25 | -25/+25 |
2016-12-23 | Fix more cases of improper test names | Luis Machado | 9 | -10/+10 |
2016-12-01 | Fixup testcases outputting own name as a test name and standardize failed com... | Luis Machado | 1 | -1/+1 |
2016-12-01 | Fix test names starting with uppercase output by basic functions | Luis Machado | 4 | -4/+4 |
2016-03-15 | PR 18303, Tolerate malformed input for lookup_symbol-called functions | Don Breazeal | 2 | -176/+223 |
2016-02-08 | Always organize test artifacts in a directory hierarchy | Simon Marchi | 1 | -15/+0 |
2016-01-13 | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 1 | -4/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 25 | -25/+25 |
2015-09-18 | Require readline for gdb.linespec/explicit.exp tab-completion tests. | Sandra Loosemore | 1 | -135/+142 |
2015-08-17 | Move strace -m/explicit location test to strace.exp | Keith Seitz | 1 | -4/+0 |
2015-08-11 | Explicit locations: add UI features for CLI | Keith Seitz | 7 | -8/+738 |
2015-03-26 | Handle the effect of skipping prologue | Yao Qi | 2 | -0/+28 |
2015-03-26 | Remove some hard-coded stuff in tests | Yao Qi | 2 | -10/+12 |
2015-03-26 | Compile break-asm-file{0,1}.s without debug info | Yao Qi | 1 | -5/+18 |
2015-03-23 | Expand keyword lexing intelligence in the linespec parser. | Keith Seitz | 2 | -0/+113 |
2015-01-31 | Add max-completions parameter, and implement tab-completion limiting. | Gary Benson | 1 | -0/+3 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 17 | -17/+17 |