~aleteoryx/muditaos

ref: 3a793437eaab640986f503e1244c6f0cf2cb37a5 muditaos/.gdbinit-1051 -rw-r--r-- 297 bytes
3a793437 — Mateusz Grzywacz [EGD-4835] Fix HIL Readme, code, so it works, rename, random GCC 10 fix 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
target remote localhost:2331
source tools/gdb_crash_extend.py
monitor reset 0
monitor halt
monitor memU32 0x401BC000 = 128;
load
eval "monitor exec SetRTTAddr %p", &_SEGGER_RTT
info threads
thread 2
b main
b HardFault_Handler
b MemManage_Handler
b BusFault_Handler
b UsageFault_Handler
b ResetISR