Add tests for mixed C/C++ unit test library usage
[dejagnu.git] / baseboards / am33_2.0-libremote.exp
blob3b145282ffd401ab9bec937f316a28ce8f148119
1 # Copyright (C) 1997-2019, 2020 Free Software Foundation, Inc.
3 # This file is part of DejaGnu.
5 # DejaGnu is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
10 # DejaGnu is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 # General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with DejaGnu; if not, write to the Free Software Foundation,
17 # Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
19 # This file is useful for gdb testing with libremote on an embedded linux
20 # board. In this case a Matsushita ASB2305 AM33 v2.0 board.
22 load_generic_config "libremote_server"
24 process_multilib_options ""
26 # The default compiler for this target.
27 set_board_info compiler "am33_2.0-linux-gnu-gcc"
29 # We will be using the standard GDB remote protocol
30 set_board_info gdb_protocol "remote"
32 # Use techniques appropriate to a stub
33 set_board_info use_gdb_stub 1
34 set_board_info gdb,gdb_stub 1
36 # This gdbserver can only run a process once per session.
37 set_board_info gdb,do_reload_on_run 1
39 # There's no support for argument-passing (yet).
40 set_board_info noargs 1
42 # Can't do input (or output) in the current gdbserver.
43 set_board_info gdb,noinferiorio 1
45 # Can't do hardware watchpoints, in general
46 set_board_info gdb,no_hardware_watchpoints 1
48 # New
49 set_board_info gdb,nosignals 1