mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
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 <palves@redhat.com> * boards/native-stdio-gdbserver.exp: Load "local-board".
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2017-10-17 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* boards/native-stdio-gdbserver.exp: Load "local-board".
|
||||
|
||||
2017-10-17 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* gdb.base/quit-live.c: New file.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user