summaryrefslogtreecommitdiff
path: root/.gdbinit
blob: 5c25ccdd0a584d649890b06acfe45a73c355b36e (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
define flash
file arcin.elf
load
end

define flash_bootloader
file bootloader.elf
load
end

define restart
run
end

define attach_swd
mon swdp_scan
attach 1
end

define attach_jtag
mon jtag_scan
attach 1
end

file arcin.elf

set mem inaccessible-by-default off