~aleteoryx/muditaos

ref: 5281f3d0c81d27dca99a0a01ef3e2c316c6c5f22 muditaos/.gdbinit-1051 -rw-r--r-- 304 bytes
5281f3d0 — Mateusz Grzegorzek [BH-836] Add missing items to Settings window 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
source .gdb_macros

set pagination off
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