You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wasm3/platforms/embedded/fomu/gdb_init

12 lines
161 B
Plaintext

set history save on
set confirm off
set remotetimeout 240
set print asm-demangle on
target remote localhost:1234
# monitor reset halt
# load
# continue
# quit