Add .gdbinit

softspi
Astro 2019-03-07 23:20:38 +01:00
parent 092ea7f824
commit 3dc0ca1db7
1 changed files with 9 additions and 0 deletions

9
.gdbinit Normal file
View File

@ -0,0 +1,9 @@
target remote :3333
# print demangled symbols by default
set print asm-demangle on
monitor arm semihosting enable
load
step