GDB stopps executing

Sysprogs forums Forums VisualGDB GDB stopps executing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8748
    b.timofte
    Participant

    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 7 years, 9 months ago by b.timofte.
    #8751
    support
    Keymaster

    Hi,

    From your log it looks like gdb stops at the “library loaded” event  that is totally normal. Normally VisualGDB should detect those events and step over them automatically. What happens if you press F5 to continue debugging?

    #8752
    b.timofte
    Participant

    I removed all b funct_name from the gdb scripts

    This was failing but i dont know why -_-”

    #8755
    support
    Keymaster

    It’s hard to say why from the log you have provided. If you encounter this problem again, feel free to share more details and we will try to help you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.