We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b176768 + 6f47539 commit 6b46f6cCopy full SHA for 6b46f6c
src/openocd.gdb
@@ -4,7 +4,7 @@ target remote :3333
4
# Load will flash the code
5
load
6
7
-# Eanble demangling asm names on disassembly
+# Enable demangling asm names on disassembly
8
set print asm-demangle on
9
10
# Enable pretty printing
@@ -29,9 +29,8 @@ break DefaultHandler
29
# Set a breakpiont at HardFault
30
break HardFault
31
32
-# Continue running and unill we hit the main breakpoint
+# Continue running until we hit the main breakpoint
33
continue
34
35
# Step from the trampoline code in entry into main
36
step
37
-
0 commit comments