~aleteoryx/muditaos

ref: a8fa8bf5f29d2a173f2afc66d3db6bb3910356a3 muditaos/load.gdb -rw-r--r-- 111 bytes
a8fa8bf5 — Lefucjusz [MOS-1060] Fix memory leak in contacts list view 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