Files
microrust/.gdbinit
droogmic f278ec36b1 Use stable rust (#16)
* Stable rust in setup

* Version WIP

* Update panics

* fix1

* manual fixes

* autofix

* bump

* finish

* More stable fixes

* Stable nb block and editions
2020-04-27 18:45:47 +02:00

7 lines
102 B
Plaintext

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