summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.server
AgeCommit message (Expand)Author
2018-01-11Fix backwards compatibility with old GDBservers (PR remote/22597)Pedro Alves
2018-01-08Fix GDBserver build failure when $development is falseYao Qi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-16GDBserver: Fix ignored Ctrl-C after reconnectionPedro Alves
2017-11-09Fix racy output matching in gdb.base/multi-attach.exp, gdb.server/ext-{attach...Pedro Alves
2017-08-23Fix PR remote/21852: Remote run without specifying a local binary crashes GDBSergio Durigan Junior
2017-08-18GDBserver self testsYao Qi
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-23Fix more cases of improper test namesLuis Machado
2016-12-01Fixup testcases outputting own name as a test name and standardize failed com...Luis Machado
2016-08-23gdbserver_spawn "" rather than gdbserver_spawn ${binfile}Yao Qi
2016-07-21Fix fail in gdb.server/solib-list.expYao Qi
2016-04-27Rename gdb_load_shlibs to gdb_load_shlibSimon Marchi
2016-04-13Test GDB connection to GDBserver with no symbol filesLuis Machado
2016-04-08Make gdb.server/solib-list.exp work for remote targetsSimon Marchi
2016-04-08Fix gdb.server/solib-list.exp regressionPedro Alves
2016-02-08Always organize test artifacts in a directory hierarchySimon Marchi
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-08-24gdbserver crashes when multiprocess extensions aren't supportedPedro Alves
2015-08-20Fix gdb.server/solib-list.exp native-extended-gdbserver regressionPedro Alves
2015-08-20remote non-stop: Process initially stopped threads before other commandsPedro Alves
2015-07-31testsuite: tcl exec& -> 'kill -9 $pid' is racy (attach-many-short-lived-threa...Pedro Alves
2015-07-28Fix gdb.server/server-exec-info.exp with the extended-remote boardPedro Alves
2015-07-24Test --wrapper when restarting process.Yao Qi
2015-07-24Set general_thread after restartYao Qi
2015-07-24Test --wrapper in extended-remoteYao Qi
2015-05-08Fix sequential gdb test runsPedro Alves
2015-05-06PR server/18081: gdbserver crashes when providing an unexisting binaryPedro Alves
2015-04-17Access executable from remote system when first inferior appearsGary Benson
2015-01-09skip "attach" tests when testing against stub-like targetsPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-11Enable qTStatus packet in case it is disabledYao Qi
2014-10-11Get GDBserver pid on remote targetYao Qi
2014-10-11Clean up server-kill.expYao Qi
2014-09-11testsuite: refactor spawn and wait for attachPedro Alves
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves
2014-05-26Specify source file explicitly when setting a breakpointYao Qi
2014-01-22 New gdbserver option --debug-format=timestamp.Doug Evans
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-04fix up gdb.serverTom Tromey
2013-09-18gdbserver --wrapper also doesn't work on Cygwin.Pedro Alves
2013-09-18gdb/gdbserver/Yao Qi
2013-06-25Upload tsv earlier in remote_start_remoteYao Qi
2013-04-09gdb/testsuite/Jan Kratochvil
2013-04-04gdb/testsuite/Yao Qi
2013-03-22gdb/Jan Kratochvil
2013-02-12From: Sanimir Agovic <sanimir.agovic@intel.com>Pedro Alves
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-08-02 * gdb.base/annota1.exp: Accept no frames-invalid notificationUlrich Weigand