The debugger never recovers from here… What is the issue ?
I made it to jump to vrta_app_main.
set $vrta_initializing = 0
echo ——————– \n
echo Running to OS_MAIN() \n
echo ——————– \n
b vrta_app_main
continue
=breakpoint-created,bkpt={number=”3″,type=”breakpoint”,disp=”keep”,enabled=”y”,addr=”0x004fc53b”,func=”vrta_app_main”,file=”SRC_Code/_main.c”,fullname=”C:\\VisualGdb\\17_01_Dev\\17_01_Dev\\SRC_Code\\_main.c”,line=”44″,thread-groups=[“i1″],times=”0″,original-location=”vrta_app_main”}
*running,thread-id=”all”
=library-loaded,id=”C:\\Windows\\syswow64\\msctf.dll”,target-name=”C:\\Windows\\syswow64\\msctf.dll”,host-name=”C:\\Windows\\syswow64\\msctf.dll”,symbols-loaded=”0″,thread-group=”i1″
~”Stopped due to shared library event:\n”
~” Inferior loaded C:\\Windows\\syswow64\\msctf.dll\n”
*stopped,reason=”solib-event”,added=[library=”C:\\Windows\\syswow64\\msctf.dll”],thread-id=”1″,stopped-threads=”all”
info shared
=memory-changed,thread-group=”i1″,addr=”0x006aec80″,len=”0x4″
~”Stopped due to shared library event:\n”
~” Inferior loaded C:\\Windows\\syswow64\\msctf.dll\n”
*stopped,reason=”solib-event”,added=[library=”C:\\Windows\\syswow64\\msctf.dll”],thread-id=”1″,stopped-threads=”all”
-
This topic was modified 8 years, 3 months ago by b.timofte.