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, see <http://www.gnu.org/licenses/>.
18 # This file is useful for gdb testing with libremote on an embedded linux
19 # board. In this case a Matsushita ASB2305 AM33 v2.0 board.
21 load_generic_config "libremote_server"
23 process_multilib_options ""
25 # The default compiler for this target.
26 set_board_info compiler "am33_2.0-linux-gnu-gcc"
28 # We will be using the standard GDB remote protocol
29 set_board_info gdb_protocol "remote"
31 # Use techniques appropriate to a stub
32 set_board_info use_gdb_stub 1
33 set_board_info gdb,gdb_stub 1
35 # This gdbserver can only run a process once per session.
36 set_board_info gdb,do_reload_on_run 1
38 # There's no support for argument-passing (yet).
39 set_board_info noargs 1
41 # Can't do input (or output) in the current gdbserver.
42 set_board_info gdb,noinferiorio 1
44 # Can't do hardware watchpoints, in general
45 set_board_info gdb,no_hardware_watchpoints 1
48 set_board_info gdb,nosignals 1