From: Pedro Alves Date: Tue, 17 Oct 2017 18:45:35 +0000 (+0100) Subject: Really make the native-stdio-gdbserver board non-remote X-Git-Tag: users/gbenson/thread_db-test/2017-11-22~420 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b27de576d41eed16936cf639857df4e1e27a8e9e;p=thirdparty%2Fbinutils-gdb.git Really make the native-stdio-gdbserver board non-remote I've noticed now that due to a last-minute change, commit 739b3f1d8ff7 ("Make native gdbserver boards no longer be "remote" (in DejaGnu terms)") managed to miss loading "local-board" in the native-stdio-gdbserver board... gdb/testsuite/ChangeLog: 2017-10-17 Pedro Alves * boards/native-stdio-gdbserver.exp: Load "local-board". --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 13265bae4c2..ddfce31253d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-10-17 Pedro Alves + + * boards/native-stdio-gdbserver.exp: Load "local-board". + 2017-10-17 Pedro Alves * gdb.base/quit-live.c: New file. diff --git a/gdb/testsuite/boards/native-stdio-gdbserver.exp b/gdb/testsuite/boards/native-stdio-gdbserver.exp index f8e7468bc01..23c22fe7a4a 100644 --- a/gdb/testsuite/boards/native-stdio-gdbserver.exp +++ b/gdb/testsuite/boards/native-stdio-gdbserver.exp @@ -21,6 +21,7 @@ # bash$ make check RUNTESTFLAGS="--target_board=native-stdio-gdbserver" load_board_description "stdio-gdbserver-base" +load_board_description "local-board" proc get_target_remote_pipe_cmd {} { global last_loaded_file