diff --git a/openocd.gdb b/openocd.gdb index 100408e..a7fd5d1 100644 --- a/openocd.gdb +++ b/openocd.gdb @@ -1,4 +1,4 @@ -target remote :3333 +target extended-remote :3333 # print demangled symbols set print asm-demangle on @@ -29,4 +29,4 @@ monitor arm semihosting enable load # start the process but immediately halt the processor -stepi \ No newline at end of file +stepi