~aleteoryx/muditaos

ref: 6b45d3b71dc1e09a16a3bc66cc54ced1c9de8d43 muditaos/.gdbinit-1051 -rw-r--r-- 406 bytes
6b45d3b7 — Maciej Gibowicz [BH-2097] Adding and deleting a single custom quote 1 year, 3 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
source .gdb_macros

set pagination off
set python print-stack full
target remote localhost:2331
source tools/gdb_crash_extend.py
source tools/misc/puregdb/puregdb.py
monitor reset 0
monitor halt
monitor memU32 0x401BC000 = 128;
load
eval "monitor exec SetRTTAddr %p", &_SEGGER_RTT
info threads
thread 2
tb main
b HardFault_Handler
b _exit
b abort
b WDOG1_IRQHandler
b RTWDOG_IRQHandler
b IntDefaultHandler