Files
microrust/.gdbinit
Michael Droogleever c5de62831e Development progress
- many small fixes
- add hello-world
- fix source code
2018-07-21 22:22:56 +02:00

7 lines
103 B
Plaintext

target remote :3333
monitor arm semihosting enable
set print asm-demangle on
load
#break main
continue