~aleteoryx/muditaos

ref: 43f7da686efbe2a9268a29cef2bc0a6965c15eaa muditaos/load.gdb -rw-r--r-- 111 bytes
43f7da68 — Adam Dobrowolski [MOS-266] Apply suggestions from code review 3 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