orca/ext/wasm3/platforms/embedded/fomu/gdb_init

12 lines
161 B
Plaintext
Raw Normal View History

2023-04-12 14:21:03 +00:00
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