~aleteoryx/muditaos

ref: 7fff20a0e7e45ec2b30b9b8682a92b63c17179dc muditaos/load.gdb -rw-r--r-- 111 bytes
7fff20a0 — Maciej-Mudita [MOS-788] Fix incorrect total CPU usage in logs 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