~aleteoryx/muditaos

ref: 13217cce3449be74735cf0d8fbacef8aee462df0 muditaos/load.gdb -rw-r--r-- 111 bytes
13217cce — Lefucjusz [MOS-1032] Fix double return to previous window in onboarding 2 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