~aleteoryx/muditaos

ref: ae3118b96af59bedbf6d600d5c1bf58a6462f2a4 muditaos/load.gdb -rw-r--r-- 111 bytes
ae3118b9 — Radoslaw Wicik [EGD-6875] Fix UT check script 4 years ago
                                                                                
1
2
3
4
5
6
7
8
target remote :2331
monitor reset
set mem inaccessible-by-default off
monitor clrbp
monitor halt
load
b main
c