aboutsummaryrefslogtreecommitdiff
path: root/examples/efm32/tinygecko/olimex-em32-32g880f128-h/test-efm32lib/gdbinit
blob: 7ccaa7205bb208f3b913fb723d89b73b756659f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# gets set when loading the file, without this i get the "Remote 'g' packet
# reply is too long" errors
set arm abi AAPCS

target remote localhost:2331
monitor speed auto
# this seems to be less about the architecture and more about how to
# communicate with gdb. "set endian big" works just as well.
monitor endian little

# sometimes this doesn't work, then the gdbserver has to be restarted
monitor reset
monitor go
monitor halt