move out most of text
see https://github.com/rust-embedded/book/pull/20
This commit is contained in:
@@ -3,10 +3,14 @@ target remote :3333
|
||||
# print demangled symbols
|
||||
set print asm-demangle on
|
||||
|
||||
# detect unhandled exceptions and hard faults
|
||||
# detect unhandled exceptions, hard faults and panics
|
||||
break DefaultHandler
|
||||
break UserHardFault
|
||||
break rust_begin_unwind
|
||||
|
||||
monitor arm semihosting enable
|
||||
|
||||
load
|
||||
load
|
||||
|
||||
# start the process but immediately halt the processor
|
||||
stepi
|
||||
Reference in New Issue
Block a user