summaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib/arc-jtag.exp
blob: c613f307a79825011ee878fd3d1e49b5bcdf8519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# The baseboard file for the arcjtag target
#

load_generic_config "arc-jtag"

set_board_info compiler  "$env(GDBTEST_CC)"
set_board_info cflags    "$env(GDBTEST_CFLAGS)"
set_board_info assembler "$env(GDBTEST_AS) $env(GDBTEST_ASFLAGS)"
set_board_info linker    "$env(GDBTEST_LD)"
set_board_info ldflags   "$env(GDBTEST_LDFLAGS)"

#Reload the file before running
set_board_info gdb,do_reload_on_run 1

#Arguments cannot be passed
set_board_info noargs               1

#File IO not supported
set_board_info gdb,nofileio         1

#Inferior is unable to do I/O
set_board_info gdb,noinferiorio     1

#Signals not supported
set_board_info gdb,nosignals        1

#Skip the huge.exp test
set_board_info gdb,skip_huge_test   1

#We use "target arcjtag" to talk to JTAG
set_board_info gdb_protocol         "arcjtag"