Age | Commit message (Expand) | Author | Files | Lines |
2020-03-06 | [gdb/testsuite] Fix "text file busy" errors with cc-with-tweaks.exp | Tom de Vries | 1 | -4/+2 |
2020-02-14 | Have testsuite find gdbserver in new location | Tom Tromey | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 21 | -21/+21 |
2019-10-16 | gdb/testsuite: Allow cc-with-tweaks board file to be used with Fortran | Andrew Burgess | 1 | -0/+10 |
2019-09-10 | Add Ada support to cc-with-tweaks.exp | Tom Tromey | 1 | -0/+5 |
2019-06-18 | [gdb/testsuite] Use -fuse-ld=gold in fission.exp | Tom de Vries | 1 | -1/+2 |
2019-06-18 | [gdb/testsuite] Break up long debug_flags line in fission.exp | Tom de Vries | 1 | -1/+6 |
2019-06-11 | [gdb/testsuite] Add readnow.exp | Tom de Vries | 1 | -0/+27 |
2019-05-04 | [gdb/testsuite] Add cc-with-debug-names.exp | Tom de Vries | 1 | -0/+26 |
2019-05-03 | [gdb/testsuite] Add cc-with-gdb-index.exp | Tom de Vries | 1 | -0/+26 |
2019-05-01 | [gdb/testsuite] Fix "unable to find usable gdb" error with cc-with-tweaks.exp | Tom de Vries | 1 | -0/+5 |
2019-05-01 | [gdb/testsuite] Use cc-with-tweaks.exp in dwarf4-gdb-index.exp | Tom de Vries | 1 | -20/+2 |
2019-04-18 | [gdb/testsuite] Fix gdb.base/break-probes.exp with native-gdbserver | Tom de Vries | 1 | -1/+1 |
2019-04-11 | [gdb/testsuite] Add cc-with-dwz.exp and cc-with-dwz-m.exp | Tom de Vries | 3 | -0/+60 |
2019-03-28 | Testsuite: set sysroot when using gdbserver | Alan Hayward | 1 | -0/+3 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 16 | -16/+16 |
2018-07-11 | Implement IPv6 support for GDB/gdbserver | Sergio Durigan Junior | 2 | -3/+0 |
2018-06-20 | testsuite: Fix cc-with-tweaks.sh being executed in the wrong shell | Simon Marchi | 3 | -6/+6 |
2018-03-08 | remote-stdio-gdbserver: Pass "target" to remote_exec to delete file | Simon Marchi | 1 | -1/+1 |
2018-03-08 | Don't redefine upload/download/file in gdbserver-base | Simon Marchi | 1 | -22/+0 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 16 | -16/+16 |
2017-11-30 | Use boards/local-board.exp more | Simon Marchi | 4 | -16/+6 |
2017-10-17 | Really make the native-stdio-gdbserver board non-remote | Pedro Alves | 1 | -0/+1 |
2017-10-16 | Make native gdbserver boards no longer be "remote" (in DejaGnu terms) | Pedro Alves | 6 | -124/+89 |
2017-10-13 | Eliminate is_remote check in gdb.base/scope.exp | Pedro Alves | 1 | -8/+34 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 14 | -14/+14 |
2016-09-22 | Use gdbserver-base in remote-gdbserver-on-localhost.exp | Yao Qi | 2 | -37/+2 |
2016-04-13 | gdbserver-base.exp: Copy file to standard output directory in ${board}_download | Simon Marchi | 1 | -1/+8 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 14 | -14/+14 |
2015-07-29 | Don't set gdb,noinferiorio on gdbserver boards | Pedro Alves | 1 | -3/+0 |
2015-06-22 | Add comments on using board file remote-gdbserver-on-localhost.exp | Yao Qi | 1 | -0/+3 |
2015-04-24 | A new board file remote-gdbserver-on-localhost.exp | Yao Qi | 1 | -0/+79 |
2015-04-16 | Fix {mi-tracepoint-changed, mi-tsv-changed}.exp with native-extended-gdbserver | Pedro Alves | 1 | -2/+7 |
2015-02-04 | Fix '--target_board=native-extended-gdbserver/-m32' | Pedro Alves | 1 | -1/+3 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 13 | -13/+13 |
2014-12-16 | boards/stabs.exp: New file. | Doug Evans | 1 | -0/+45 |
2014-09-16 | Another board file for remote host | Yao Qi | 1 | -0/+85 |
2014-08-18 | boards/fission.exp: Explicitly pass -ggnu-pubnames for clang. | David Blaikie | 1 | -1/+3 |
2014-05-21 | Allow making GDB not automatically connect to the native target. | Pedro Alves | 1 | -0/+2 |
2014-05-14 | Overwrite ${board}_file in local-remote-host | Yao Qi | 1 | -0/+7 |
2014-05-02 | gdb_load: Fix latent bugs | Pedro Alves | 1 | -1/+2 |
2014-05-01 | New testsuite/boards/local-remote-host.exp board, now with editing on | Pedro Alves | 1 | -0/+32 |
2014-05-01 | Rename testsuite/boards/local-remote-host.exp -> testsuite/boards/local-remot... | Pedro Alves | 1 | -0/+0 |
2014-04-16 | Fix wrapper.exp testcase with stdio gdbserver. | Doug Evans | 2 | -76/+16 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 10 | -10/+10 |
2013-10-02 | Teach the testsuite that GDBserver reliably reports program exits. | Pedro Alves | 2 | -0/+2 |
2013-08-29 | 2013-08-29 Sterling Augustine <saugustine@google.com> | Sterling Augustine | 1 | -6/+9 |
2013-08-14 | * boards/fission.exp: Add -fdebug-types-section to debug_flags. | Doug Evans | 1 | -1/+1 |
2013-07-24 | * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass | Doug Evans | 1 | -1/+1 |
2013-07-07 | gdb/testsuite/ | Yao Qi | 4 | -91/+53 |