VisualGDB is unable to connect to the debugee

Sysprogs forums Forums VisualGDB VisualGDB is unable to connect to the debugee

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #921
    Nadav
    Participant

    I am trying to Lunch & Debug ( F5 ) a command-line tool with VisualGDB ( UNSUCCESSFULLY)
    While “adb.exe” successfully connects to my device while tring to debug I get “Finished with 0x8000c062” with a popup saying: “Debugging exited without any breakpoint hits”, DBG Log follows:

    
    Your VisualGDB trial expires in 26 days!
    D:DevelopAndroidandroid-ndk-r10ctoolchainsarm-linux-androideabi-4.8prebuiltwindows-x86_64binarm-linux-androideabi-gdb.exe --interpreter mi "D:DevelopOTTRemoteControlAndroidDeviceScreenCapSvcobjlocalarmeabi-v7aScreenCapSvc" -x "D:DevelopOTTRemoteControlAndroidDeviceScreenCapSvclibsarmeabi-v7agdb.setup"
    =thread-group-added,id="i1"
    GNU gdb (GDB) 7.6
    Copyright (C) 2013 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later 
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law. Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "--host=x86_64-w64-mingw32 --target=arm-linux-androideabi".
    For bug reporting instructions, please see:
    ...
    Reading symbols from D:DevelopOTTRemoteControlAndroidDeviceScreenCapSvcobjlocalarmeabi-v7aScreenCapSvc...
    -list-features
    done.
    =cmd-param-changed,param="solib-search-path",value="./obj/local/armeabi-v7a"
    ^done,features=["frozen-varobjs","pending-breakpoints","thread-info","data-read-memory-bytes","breakpoint-notifications","ada-task-info","python"]
    -gdb-set stop-on-solib-events 1
    OK
    -gdb-set disassembly-flavor intel
    No symbol "disassembly" in current context.
    -gdb-set print demangle off
    OK
    -gdb-version
    GNU gdb (GDB) 7.6
    Copyright (C) 2013 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law. Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "--host=x86_64-w64-mingw32 --target=arm-linux-androideabi".
    For bug reporting instructions, please see:
    .
    OK
    -break-insert -f main
    ^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00009688",func="main(int, char**)",file="jni/ScreenCapSvc.cpp",fullname="D:\Develop\OTT\RemoteControl\Android\Device\ScreenCapSvc\jni\ScreenCapSvc.cpp",line="32",thread-groups=["i1"],times="0",original-location="main"}
    -gdb-set solib-search-path C:/Users/no1/AppData/Local/VisualGDB/AndroidBinaryCache/6680985a;D:/Develop/OTT/RemoteControl/Android/Device/ScreenCapSvc/obj/local/armeabi-v7a
    OK
    -target-select remote :5039
    =thread-group-started,id="i1",pid="12133"
    =thread-created,id="1",group-id="i1"
    =library-loaded,id="/system/bin/linker",target-name="/system/bin/linker",host-name="C:\Users\no1\AppData\Local\VisualGDB\AndroidBinaryCache\6680985a\linker",symbols-loaded="0",thread-group="i1"
    *stopped,frame={addr="0xb6f4aa60",func="_start",args=[],from="C:\Users\no1\AppData\Local\VisualGDB\AndroidBinaryCache\6680985a\linker"},thread-id="1",stopped-threads="all",core="0"
    ^connected
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00009688",func="main(int, char**)",file="jni/ScreenCapSvc.cpp",fullname="D:\Develop\OTT\RemoteControl\Android\Device\ScreenCapSvc\jni\ScreenCapSvc.cpp",line="32",thread-groups=["i1"],times="0",original-location="main"}]}
    info shared
    &"info sharedn"
    From To Syms Read Shared Object Library
    0xb6f4aa60 0xb6f55820 Yes C:Usersno1AppDataLocalVisualGDBAndroidBinaryCache6680985alinker
    OK
    -exec-continue
    ^running
    *running,thread-id="all"
    *stopped,reason="solib-event",thread-id="1",stopped-threads="all",core="0"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00009688",func="main(int, char**)",file="jni/ScreenCapSvc.cpp",fullname="D:\Develop\OTT\RemoteControl\Android\Device\ScreenCapSvc\jni\ScreenCapSvc.cpp",line="32",thread-groups=["i1"],times="0",original-location="main"}]}
    -exec-continue
    ^running
    *running,thread-id="1"
    *stopped,reason="solib-event",thread-id="1",stopped-threads="all",core="0"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00009688",func="main(int, char**)",file="jni/ScreenCapSvc.cpp",fullname="D:\Develop\OTT\RemoteControl\Android\Device\ScreenCapSvc\jni\ScreenCapSvc.cpp",line="32",thread-groups=["i1"],times="0",original-location="main"}]}
    -exec-continue
    ^running
    *running,thread-id="1"
    *stopped,reason="solib-event",thread-id="1",stopped-threads="all",core="0"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00009688",func="main(int, char**)",file="jni/ScreenCapSvc.cpp",fullname="D:\Develop\OTT\RemoteControl\Android\Device\ScreenCapSvc\jni\ScreenCapSvc.cpp",line="32",thread-groups=["i1"],times="0",original-location="main"}]}
    -exec-continue
    ^running
    *running,thread-id="1"
    =library-loaded,id="libc.so",target-name="libc.so",host-name="C:\Users\no1\AppData\Local\VisualGDB\AndroidBinaryCache\6680985a\libc.so",symbols-loaded="0",thread-group="i1"
    *stopped,reason="solib-event",added=[library="C:\Users\no1\AppData\Local\VisualGDB\AndroidBinaryCache\6680985a\libc.so"],thread-id="1",stopped-threads="all",core="0"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00009688",func="main(int, char**)",file="jni/ScreenCapSvc.cpp",fullname="D:\Develop\OTT\RemoteControl\Android\Device\ScreenCapSvc\jni\ScreenCapSvc.cpp",line="32",thread-groups=["i1"],times="0",original-location="main"}]}
    info shared
    &"info sharedn"
    From To Syms Read Shared Object Library
    0xb6f4aa60 0xb6f55820 Yes C:Usersno1AppDataLocalVisualGDBAndroidBinaryCache6680985alinker
    0xb6ef1198 0xb6f21bfc Yes C:Usersno1AppDataLocalVisualGDBAndroidBinaryCache6680985alibc.so
    OK
    -exec-continue
    ^running
    *running,thread-id="1"
    *stopped,reason="solib-event",thread-id="1",stopped-threads="all",core="0"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00009688",func="main(int, char**)",file="jni/ScreenCapSvc.cpp",fullname="D:\Develop\OTT\RemoteControl\Android\Device\ScreenCapSvc\jni\ScreenCapSvc.cpp",line="32",thread-groups=["i1"],times="0",original-location="main"}]}
    -exec-continue
    ^running
    *running,thread-id="1"
    =library-loaded,id="libstdc++.so",target-name="libstdc++.so",host-name="libstdc++.so",symbols-loaded="0",thread-group="i1"
    &"warning: Could not load shared library symbols for libstdc++.so.nDo you need "set solib-search-path" or "set sysroot"?"
    &"n"
    *stopped,reason="solib-event",added=[library="libstdc++.so"],thread-id="1",stopped-threads="all",core="0"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00009688",func="main(int, char**)",file="jni/ScreenCapSvc.cpp",fullname="D:\Develop\OTT\RemoteControl\Android\Device\ScreenCapSvc\jni\ScreenCapSvc.cpp",line="32",thread-groups=["i1"],times="0",original-location="main"}]}
    info shared
    &"info sharedn"
    From To Syms Read Shared Object Library
    0xb6f4aa60 0xb6f55820 Yes C:Usersno1AppDataLocalVisualGDBAndroidBinaryCache6680985alinker
    0xb6ef1198 0xb6f21bfc Yes C:Usersno1AppDataLocalVisualGDBAndroidBinaryCache6680985alibc.so
    No libstdc++.so
    OK
    -exec-continue
    ^running
    *running,thread-id="1"
    *stopped,reason="solib-event",thread-id="1",stopped-threads="all",core="0"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00009688",func="main(int, char**)",file="jni/ScreenCapSvc.cpp",fullname="D:\Develop\OTT\RemoteControl\Android\Device\ScreenCapSvc\jni\ScreenCapSvc.cpp",line="32",thread-groups=["i1"],times="0",original-location="main"}]}
    -exec-continue
    ^running
    *running,thread-id="1"
    =library-loaded,id="libm.so",target-name="libm.so",host-name="libm.so",symbols-loaded="0",thread-group="i1"
    &"warning: Could not load shared library symbols for libm.so.nDo you need "set solib-search-path" or "set sysroot"?"
    &"n"
    *stopped,reason="solib-event",added=[library="libm.so"],thread-id="1",stopped-threads="all",core="0"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00009688",func="main(int, char**)",file="jni/ScreenCapSvc.cpp",fullname="D:\Develop\OTT\RemoteControl\Android\Device\ScreenCapSvc\jni\ScreenCapSvc.cpp",line="32",thread-groups=["i1"],times="0",original-location="main"}]}
    info shared
    &"info sharedn"
    From To Syms Read Shared Object Library
    0xb6f4aa60 0xb6f55820 Yes C:Usersno1AppDataLocalVisualGDBAndroidBinaryCache6680985alinker
    0xb6ef1198 0xb6f21bfc Yes C:Usersno1AppDataLocalVisualGDBAndroidBinaryCache6680985alibc.so
    No libstdc++.so
    No libm.so
    OK
    -exec-continue
    ^running
    *running,thread-id="1"
    *stopped,reason="solib-event",thread-id="1",stopped-threads="all",core="0"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00009688",func="main(int, char**)",file="jni/ScreenCapSvc.cpp",fullname="D:\Develop\OTT\RemoteControl\Android\Device\ScreenCapSvc\jni\ScreenCapSvc.cpp",line="32",thread-groups=["i1"],times="0",original-location="main"}]}
    -exec-continue
    ^running
    *running,thread-id="1"
    =library-loaded,id="liblog.so",target-name="liblog.so",host-name="liblog.so",symbols-loaded="0",thread-group="i1"
    &"warning: Could not load shared library symbols for liblog.so.nDo you need "set solib-search-path" or "set sysroot"?"
    &"n"
    *stopped,reason="solib-event",added=[library="liblog.so"],thread-id="1",stopped-threads="all",core="0"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00009688",func="main(int, char**)",file="jni/ScreenCapSvc.cpp",fullname="D:\Develop\OTT\RemoteControl\Android\Device\ScreenCapSvc\jni\ScreenCapSvc.cpp",line="32",thread-groups=["i1"],times="0",original-location="main"}]}
    info shared
    &"info sharedn"
    From To Syms Read Shared Object Library
    0xb6f4aa60 0xb6f55820 Yes C:Usersno1AppDataLocalVisualGDBAndroidBinaryCache6680985alinker
    0xb6ef1198 0xb6f21bfc Yes C:Usersno1AppDataLocalVisualGDBAndroidBinaryCache6680985alibc.so
    No libstdc++.so
    No libm.so
    No liblog.so
    OK
    -exec-continue
    ^running
    *running,thread-id="1"
    =breakpoint-modified,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00009688",func="main(int, char**)",file="jni/ScreenCapSvc.cpp",fullname="D:\\Develop\\OTT\\RemoteControl\\Android\\Device\\ScreenCapSvc\\jni\\ScreenCapSvc.cpp",line="32",thread-groups=["i1"],times="1",original-location="main"}
    *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame={addr="0x00009688",func="main",args=[{name="argc",value="1"},{name="argv",value="0xbecd08c4"}],file="jni/ScreenCapSvc.cpp",fullname="D:\Develop\OTT\RemoteControl\Android\Device\ScreenCapSvc\jni\ScreenCapSvc.cpp",line="32"},thread-id="1",stopped-threads="all",core="0"
    -break-delete 1
    OK
    -exec-continue
    ^running
    *running,thread-id="all"
    =thread-group-exited,id="i1",exit-code="0"
    *stopped,reason="exited-normally"

    How can I make debugging work ?

    #3444
    support
    Keymaster

    Hi,

    From the GDB perspective, the breakpoints are set correctly, but the tool simply exits. Are you missing custom LD_LIBRARY_PATH? Does the tool run normally when you launch it manually? Do you experience the same issues with a basic “Hello, World” tool?

    #3441
    Nadav
    Participant

    The problem was due to a bug in my code, however, the strange thing is that my code has exited ( as it should have ) although breakpoints that should have been stepped by GDB were simply ignored…

    #3442
    support
    Keymaster

    That depends on the bug. If your bug caused an exception during program initialization (before main() got a chance to run), the breakpoints would not be triggered.

    #3443
    overthis
    Participant

    I’m not sure If my problem is the same or not, but my breakpoints do not get caught / triggered / w/e.
    To my knowledge my program runs and exits properly. Any ideas? If it was something like an exception being thrown before initialization, how could I check that? I’ve never encountered this issue before.

    Thanks for your time.

    VisualGDB is licensed to *************
    C:UsersoverthisDropboxResearchcygwin64bingdb.exe --interpreter mi --args "C:UsersoverthisDropboxResearchcygwin64homeoverthisNetsimcmeshtestncmesh.exe" 4 0 1 1 100 9 1 100 0
    -list-features
    =thread-group-added,id="i1"
    GNU gdb (GDB) 7.6.50.20130728-cvs (cygwin-special)
    Copyright (C) 2013 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later 
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law. Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "x86_64-pc-cygwin".
    Type "show configuration" for configuration details.
    For bug reporting instructions, please see:
    .
    Find the GDB manual and other documentation resources online at:
    .
    For help, type "help".
    Type "apropos word" to search for commands related to "word".
    ..
    Reading symbols from /home/overthis/Netsim/cmesh/testn/cmesh.exe...
    done.
    ^done,features=["frozen-varobjs","pending-breakpoints","thread-info","data-read-memory-bytes","breakpoint-notifications","ada-task-info"]
    -gdb-set stop-on-solib-events 1
    OK
    -data-list-register-names
    ^done,register-names=["rax","rbx","rcx","rdx","rsi","rdi","rbp","rsp","r8","r9","r10","r11","r12","r13","r14","r15","rip","eflags","cs","ss","ds","es","fs","gs","st0","st1","st2","st3","st4","st5","st6","st7","fctrl","fstat","ftag","fiseg","fioff","foseg","fooff","fop","xmm0","xmm1","xmm2","xmm3","xmm4","xmm5","xmm6","xmm7","xmm8","xmm9","xmm10","xmm11","xmm12","xmm13","xmm14","xmm15","mxcsr","","","","","","","","","","","","","","","","","al","bl","cl","dl","sil","dil","bpl","spl","r8l","r9l","r10l","r11l","r12l","r13l","r14l","r15l","ah","bh","ch","dh","ax","bx","cx","dx","si","di","bp","","r8w","r9w","r10w","r11w","r12w","r13w","r14w","r15w","eax","ebx","ecx","edx","esi","edi","ebp","esp","r8d","r9d","r10d","r11d","r12d","r13d","r14d","r15d"]
    -gdb-set disassembly-flavor intel
    OK
    -gdb-set print demangle off
    OK
    -gdb-version
    GNU gdb (GDB) 7.6.50.20130728-cvs (cygwin-special)
    Copyright (C) 2013 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law. Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "x86_64-pc-cygwin".
    Type "show configuration" for configuration details.
    For bug reporting instructions, please see:
    .
    Find the GDB manual and other documentation resources online at:
    .
    For help, type "help".
    Type "apropos word" to search for commands related to "word".

    OK
    -break-insert -f main
    ^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x0000000100407e80",func="main",file="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",fullname="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",line="63",thread-groups=["i1"],times="0",original-location="main"}
    -gdb-set new-console on
    OK
    info target
    &"info targetn"
    Symbols from "/home/overthis/Netsim/cmesh/testn/cmesh.exe".
    Local exec file:
    `/home/overthis/Netsim/cmesh/testn/cmesh.exe', file type pei-x86-64.
    Entry point: 0x100401000
    0x0000000100401000 - 0x000000010041b108 is .text
    0x000000010041c000 - 0x000000010041c2e8 is .data
    0x000000010041d000 - 0x0000000100421740 is .rdata
    0x0000000100422000 - 0x0000000100422c00 is .pdata
    0x0000000100423000 - 0x0000000100423bac is .xdata
    0x0000000100424000 - 0x0000000101739bd0 is .bss
    0x000000010173a000 - 0x000000010173a75c is .idata
    0x000000010173b000 - 0x000000010173b460 is .rsrc
    OK
    -exec-run
    =thread-group-started,id="i1",pid="1352"
    =thread-created,id="1",group-id="i1"
    [New Thread 1352.0x14ac]
    ^running
    *running,thread-id="all"
    =library-loaded,id="/cygdrive/c/Windows/system32/ntdll.dll",target-name="/cygdrive/c/Windows/system32/ntdll.dll",host-name="/cygdrive/c/Windows/system32/ntdll.dll",symbols-loaded="0",thread-group="i1"
    =library-loaded,id="/cygdrive/c/Windows/system32/kernel32.dll",target-name="/cygdrive/c/Windows/system32/kernel32.dll",host-name="/cygdrive/c/Windows/system32/kernel32.dll",symbols-loaded="0",thread-group="i1"
    =library-loaded,id="/cygdrive/c/Windows/system32/KERNELBASE.dll",target-name="/cygdrive/c/Windows/system32/KERNELBASE.dll",host-name="/cygdrive/c/Windows/system32/KERNELBASE.dll",symbols-loaded="0",thread-group="i1"
    =library-loaded,id="/usr/bin/cygwin1.dll",target-name="/usr/bin/cygwin1.dll",host-name="/usr/bin/cygwin1.dll",symbols-loaded="0",thread-group="i1"
    =thread-created,id="2",group-id="i1"
    [New Thread 1352.0x1e18]
    *running,thread-id="all"
    =library-loaded,id="/cygdrive/c/Windows/system32/user32.dll",target-name="/cygdrive/c/Windows/system32/user32.dll",host-name="/cygdrive/c/Windows/system32/user32.dll",symbols-loaded="0",thread-group="i1"
    *stopped,reason="solib-event",added=[library="/cygdrive/c/Windows/system32/user32.dll"],thread-id="1",stopped-threads="all"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="18",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x0000000100407e80",func="main",file="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",fullname="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",line="63",thread-groups=["i1"],times="0",original-location="main"}]}
    info shared
    &"info sharedn"
    From To Syms Read Shared Object Library
    0x0000000077891000 0x0000000077a384e0 Yes /cygdrive/c/Windows/system32/ntdll.dll
    0x0000000077771000 0x000000007788eab8 Yes /cygdrive/c/Windows/system32/kernel32.dll
    0x000007fefd6d1000 0x000007fefd73b13c Yes /cygdrive/c/Windows/system32/KERNELBASE.dll
    0x0000000180041000 0x00000001805e0000 Yes /usr/bin/cygwin1.dll
    0x0000000077671000 0x0000000077769348 Yes /cygdrive/c/Windows/system32/user32.dll
    OK
    -exec-continue
    ^running
    *running,thread-id="all"
    =library-loaded,id="/cygdrive/c/Windows/system32/GDI32.dll",target-name="/cygdrive/c/Windows/system32/GDI32.dll",host-name="/cygdrive/c/Windows/system32/GDI32.dll",symbols-loaded="0",thread-group="i1"
    *stopped,reason="solib-event",added=[library="/cygdrive/c/Windows/system32/GDI32.dll"],thread-id="1",stopped-threads="all"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="18",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x0000000100407e80",func="main",file="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",fullname="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",line="63",thread-groups=["i1"],times="0",original-location="main"}]}
    info shared
    &"info sharedn"
    From To Syms Read Shared Object Library
    0x0000000077891000 0x0000000077a384e0 Yes /cygdrive/c/Windows/system32/ntdll.dll
    0x0000000077771000 0x000000007788eab8 Yes /cygdrive/c/Windows/system32/kernel32.dll
    0x000007fefd6d1000 0x000007fefd73b13c Yes /cygdrive/c/Windows/system32/KERNELBASE.dll
    0x0000000180041000 0x00000001805e0000 Yes /usr/bin/cygwin1.dll
    0x0000000077671000 0x0000000077769348 Yes /cygdrive/c/Windows/system32/user32.dll
    0x000007feff351000 0x000007feff3b6210 Yes /cygdrive/c/Windows/system32/GDI32.dll
    OK
    -exec-continue
    ^running
    *running,thread-id="all"
    =library-loaded,id="/cygdrive/c/Windows/system32/LPK.dll",target-name="/cygdrive/c/Windows/system32/LPK.dll",host-name="/cygdrive/c/Windows/system32/LPK.dll",symbols-loaded="0",thread-group="i1"
    *stopped,reason="solib-event",added=[library="/cygdrive/c/Windows/system32/LPK.dll"],thread-id="1",stopped-threads="all"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="18",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x0000000100407e80",func="main",file="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",fullname="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",line="63",thread-groups=["i1"],times="0",original-location="main"}]}
    info shared
    &"info sharedn"
    From To Syms Read Shared Object Library
    0x0000000077891000 0x0000000077a384e0 Yes /cygdrive/c/Windows/system32/ntdll.dll
    0x0000000077771000 0x000000007788eab8 Yes /cygdrive/c/Windows/system32/kernel32.dll
    0x000007fefd6d1000 0x000007fefd73b13c Yes /cygdrive/c/Windows/system32/KERNELBASE.dll
    0x0000000180041000 0x00000001805e0000 Yes /usr/bin/cygwin1.dll
    0x0000000077671000 0x0000000077769348 Yes /cygdrive/c/Windows/system32/user32.dll
    0x000007feff351000 0x000007feff3b6210 Yes /cygdrive/c/Windows/system32/GDI32.dll
    0x000007feff0d1000 0x000007feff0dd034 Yes /cygdrive/c/Windows/system32/LPK.dll
    OK
    -exec-continue
    ^running
    *running,thread-id="all"
    =library-loaded,id="/cygdrive/c/Windows/system32/USP10.dll",target-name="/cygdrive/c/Windows/system32/USP10.dll",host-name="/cygdrive/c/Windows/system32/USP10.dll",symbols-loaded="0",thread-group="i1"
    *stopped,reason="solib-event",added=[library="/cygdrive/c/Windows/system32/USP10.dll"],thread-id="1",stopped-threads="all"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="18",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x0000000100407e80",func="main",file="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",fullname="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",line="63",thread-groups=["i1"],times="0",original-location="main"}]}
    info shared
    &"info sharedn"
    From To Syms Read Shared Object Library
    0x0000000077891000 0x0000000077a384e0 Yes /cygdrive/c/Windows/system32/ntdll.dll
    0x0000000077771000 0x000000007788eab8 Yes /cygdrive/c/Windows/system32/kernel32.dll
    0x000007fefd6d1000 0x000007fefd73b13c Yes /cygdrive/c/Windows/system32/KERNELBASE.dll
    0x0000000180041000 0x00000001805e0000 Yes /usr/bin/cygwin1.dll
    0x0000000077671000 0x0000000077769348 Yes /cygdrive/c/Windows/system32/user32.dll
    0x000007feff351000 0x000007feff3b6210 Yes /cygdrive/c/Windows/system32/GDI32.dll
    0x000007feff0d1000 0x000007feff0dd034 Yes /cygdrive/c/Windows/system32/LPK.dll
    0x000007fefdcd1000 0x000007fefdd98278 Yes /cygdrive/c/Windows/system32/USP10.dll
    OK
    -exec-continue
    ^running
    *running,thread-id="all"
    =library-loaded,id="/cygdrive/c/Windows/system32/msvcrt.dll",target-name="/cygdrive/c/Windows/system32/msvcrt.dll",host-name="/cygdrive/c/Windows/system32/msvcrt.dll",symbols-loaded="0",thread-group="i1"
    *stopped,reason="solib-event",added=[library="/cygdrive/c/Windows/system32/msvcrt.dll"],thread-id="1",stopped-threads="all"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="18",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x0000000100407e80",func="main",file="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",fullname="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",line="63",thread-groups=["i1"],times="0",original-location="main"}]}
    info shared
    &"info sharedn"
    From To Syms Read Shared Object Library
    0x0000000077891000 0x0000000077a384e0 Yes /cygdrive/c/Windows/system32/ntdll.dll
    0x0000000077771000 0x000000007788eab8 Yes /cygdrive/c/Windows/system32/kernel32.dll
    0x000007fefd6d1000 0x000007fefd73b13c Yes /cygdrive/c/Windows/system32/KERNELBASE.dll
    0x0000000180041000 0x00000001805e0000 Yes /usr/bin/cygwin1.dll
    0x0000000077671000 0x0000000077769348 Yes /cygdrive/c/Windows/system32/user32.dll
    0x000007feff351000 0x000007feff3b6210 Yes /cygdrive/c/Windows/system32/GDI32.dll
    0x000007feff0d1000 0x000007feff0dd034 Yes /cygdrive/c/Windows/system32/LPK.dll
    0x000007fefdcd1000 0x000007fefdd98278 Yes /cygdrive/c/Windows/system32/USP10.dll
    0x000007fefe031000 0x000007fefe0ce4bc Yes /cygdrive/c/Windows/system32/msvcrt.dll
    OK
    -exec-continue
    ^running
    *running,thread-id="all"
    =library-loaded,id="/cygdrive/c/Windows/system32/IMM32.DLL",target-name="/cygdrive/c/Windows/system32/IMM32.DLL",host-name="/cygdrive/c/Windows/system32/IMM32.DLL",symbols-loaded="0",thread-group="i1"
    *stopped,reason="solib-event",added=[library="/cygdrive/c/Windows/system32/IMM32.DLL"],thread-id="1",stopped-threads="all"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="18",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x0000000100407e80",func="main",file="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",fullname="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",line="63",thread-groups=["i1"],times="0",original-location="main"}]}
    info shared
    &"info sharedn"
    From To Syms Read Shared Object Library
    0x0000000077891000 0x0000000077a384e0 Yes /cygdrive/c/Windows/system32/ntdll.dll
    0x0000000077771000 0x000000007788eab8 Yes /cygdrive/c/Windows/system32/kernel32.dll
    0x000007fefd6d1000 0x000007fefd73b13c Yes /cygdrive/c/Windows/system32/KERNELBASE.dll
    0x0000000180041000 0x00000001805e0000 Yes /usr/bin/cygwin1.dll
    0x0000000077671000 0x0000000077769348 Yes /cygdrive/c/Windows/system32/user32.dll
    0x000007feff351000 0x000007feff3b6210 Yes /cygdrive/c/Windows/system32/GDI32.dll
    0x000007feff0d1000 0x000007feff0dd034 Yes /cygdrive/c/Windows/system32/LPK.dll
    0x000007fefdcd1000 0x000007fefdd98278 Yes /cygdrive/c/Windows/system32/USP10.dll
    0x000007fefe031000 0x000007fefe0ce4bc Yes /cygdrive/c/Windows/system32/msvcrt.dll
    0x000007fefdb21000 0x000007fefdb4d048 Yes /cygdrive/c/Windows/system32/IMM32.DLL
    OK
    -exec-continue
    ^running
    *running,thread-id="all"
    =library-loaded,id="/cygdrive/c/Windows/system32/MSCTF.dll",target-name="/cygdrive/c/Windows/system32/MSCTF.dll",host-name="/cygdrive/c/Windows/system32/MSCTF.dll",symbols-loaded="0",thread-group="i1"
    *stopped,reason="solib-event",added=[library="/cygdrive/c/Windows/system32/MSCTF.dll"],thread-id="1",stopped-threads="all"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="18",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x0000000100407e80",func="main",file="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",fullname="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",line="63",thread-groups=["i1"],times="0",original-location="main"}]}
    info shared
    &"info sharedn"
    From To Syms Read Shared Object Library
    0x0000000077891000 0x0000000077a384e0 Yes /cygdrive/c/Windows/system32/ntdll.dll
    0x0000000077771000 0x000000007788eab8 Yes /cygdrive/c/Windows/system32/kernel32.dll
    0x000007fefd6d1000 0x000007fefd73b13c Yes /cygdrive/c/Windows/system32/KERNELBASE.dll
    0x0000000180041000 0x00000001805e0000 Yes /usr/bin/cygwin1.dll
    0x0000000077671000 0x0000000077769348 Yes /cygdrive/c/Windows/system32/user32.dll
    0x000007feff351000 0x000007feff3b6210 Yes /cygdrive/c/Windows/system32/GDI32.dll
    0x000007feff0d1000 0x000007feff0dd034 Yes /cygdrive/c/Windows/system32/LPK.dll
    0x000007fefdcd1000 0x000007fefdd98278 Yes /cygdrive/c/Windows/system32/USP10.dll
    0x000007fefe031000 0x000007fefe0ce4bc Yes /cygdrive/c/Windows/system32/msvcrt.dll
    0x000007fefdb21000 0x000007fefdb4d048 Yes /cygdrive/c/Windows/system32/IMM32.DLL
    0x000007fefdbc1000 0x000007fefdcc8a08 Yes /cygdrive/c/Windows/system32/MSCTF.dll
    OK
    -exec-continue
    ^running
    *running,thread-id="all"
    =library-loaded,id="/cygdrive/c/PROGRA~2/Sophos/SOPHOS~1/SOPHOS~2.DLL",target-name="/cygdrive/c/PROGRA~2/Sophos/SOPHOS~1/SOPHOS~2.DLL",host-name="/cygdrive/c/PROGRA~2/Sophos/SOPHOS~1/SOPHOS~2.DLL",symbols-loaded="0",thread-group="i1"
    *stopped,reason="solib-event",added=[library="/cygdrive/c/PROGRA~2/Sophos/SOPHOS~1/SOPHOS~2.DLL"],thread-id="1",stopped-threads="all"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="18",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x0000000100407e80",func="main",file="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",fullname="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",line="63",thread-groups=["i1"],times="0",original-location="main"}]}
    info shared
    &"info sharedn"
    From To Syms Read Shared Object Library
    0x0000000077891000 0x0000000077a384e0 Yes /cygdrive/c/Windows/system32/ntdll.dll
    0x0000000077771000 0x000000007788eab8 Yes /cygdrive/c/Windows/system32/kernel32.dll
    0x000007fefd6d1000 0x000007fefd73b13c Yes /cygdrive/c/Windows/system32/KERNELBASE.dll
    0x0000000180041000 0x00000001805e0000 Yes /usr/bin/cygwin1.dll
    0x0000000077671000 0x0000000077769348 Yes /cygdrive/c/Windows/system32/user32.dll
    0x000007feff351000 0x000007feff3b6210 Yes /cygdrive/c/Windows/system32/GDI32.dll
    0x000007feff0d1000 0x000007feff0dd034 Yes /cygdrive/c/Windows/system32/LPK.dll
    0x000007fefdcd1000 0x000007fefdd98278 Yes /cygdrive/c/Windows/system32/USP10.dll
    0x000007fefe031000 0x000007fefe0ce4bc Yes /cygdrive/c/Windows/system32/msvcrt.dll
    0x000007fefdb21000 0x000007fefdb4d048 Yes /cygdrive/c/Windows/system32/IMM32.DLL
    0x000007fefdbc1000 0x000007fefdcc8a08 Yes /cygdrive/c/Windows/system32/MSCTF.dll
    0x0000000075411000 0x0000000075447a38 Yes /cygdrive/c/PROGRA~2/Sophos/SOPHOS~1/SOPHOS~2.DLL
    OK
    -exec-continue
    ^running
    *running,thread-id="all"
    =library-loaded,id="/cygdrive/c/Windows/system32/PSAPI.DLL",target-name="/cygdrive/c/Windows/system32/PSAPI.DLL",host-name="/cygdrive/c/Windows/system32/PSAPI.DLL",symbols-loaded="0",thread-group="i1"
    *stopped,reason="solib-event",added=[library="/cygdrive/c/Windows/system32/PSAPI.DLL"],thread-id="1",stopped-threads="all"
    -break-list
    ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="18",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x0000000100407e80",func="main",file="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",fullname="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",line="63",thread-groups=["i1"],times="0",original-location="main"}]}
    info shared
    &"info sharedn"
    From To Syms Read Shared Object Library
    0x0000000077891000 0x0000000077a384e0 Yes /cygdrive/c/Windows/system32/ntdll.dll
    0x0000000077771000 0x000000007788eab8 Yes /cygdrive/c/Windows/system32/kernel32.dll
    0x000007fefd6d1000 0x000007fefd73b13c Yes /cygdrive/c/Windows/system32/KERNELBASE.dll
    0x0000000180041000 0x00000001805e0000 Yes /usr/bin/cygwin1.dll
    0x0000000077671000 0x0000000077769348 Yes /cygdrive/c/Windows/system32/user32.dll
    0x000007feff351000 0x000007feff3b6210 Yes /cygdrive/c/Windows/system32/GDI32.dll
    0x000007feff0d1000 0x000007feff0dd034 Yes /cygdrive/c/Windows/system32/LPK.dll
    0x000007fefdcd1000 0x000007fefdd98278 Yes /cygdrive/c/Windows/system32/USP10.dll
    0x000007fefe031000 0x000007fefe0ce4bc Yes /cygdrive/c/Windows/system32/msvcrt.dll
    0x000007fefdb21000 0x000007fefdb4d048 Yes /cygdrive/c/Windows/system32/IMM32.DLL
    0x000007fefdbc1000 0x000007fefdcc8a08 Yes /cygdrive/c/Windows/system32/MSCTF.dll
    0x0000000075411000 0x0000000075447a38 Yes /cygdrive/c/PROGRA~2/Sophos/SOPHOS~1/SOPHOS~2.DLL
    0x0000000077a51000 0x0000000077a5600c Yes /cygdrive/c/Windows/system32/PSAPI.DLL
    OK
    -exec-continue
    ^running
    *running,thread-id="all"
    =breakpoint-modified,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x0000000100407e80",func="main",file="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",fullname="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",line="63",thread-groups=["i1"],times="1",original-location="main"}
    *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame={addr="0x0000000100407e80",func="main",args=[{name="argc",value="0"},{name="argv",value="0x20000002f"}],file="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",fullname="/cygdrive/c/Users/overthis/Dropbox/Research/cygwin64/home/overthis/Netsim/cmesh/src/driver.c",line="63"},thread-id="1",stopped-threads="all"
    -break-delete 1
    OK
    -exec-continue
    ^running
    *running,thread-id="all"
    =thread-created,id="3",group-id="i1"
    [New Thread 1352.0x1dfc]
    *running,thread-id="all"
    [Thread 1352.0x1dfc exited with code 0]
    =thread-exited,id="3",group-id="i1"
    =thread-exited,id="2",group-id="i1"
    =thread-exited,id="1",group-id="i1"
    =thread-group-exited,id="i1",exit-code="0"
    *stopped,reason="exited-normally"
    #3440
    support
    Keymaster

    Hi,

    Your log does not contain any -break-insert commands except for the original breakpoint in main(). Are you sure your breakpoints are enabled?

    #6453
    overthis
    Participant

    Breakpoints where enabled.

    “Your log does not contain any -break-insert commands except for the original breakpoint in main()”

    This made me realize a parameter on the GDB settings tab was set wrong.

    The “Support ‘step into new instance’ through breakpoint in:’ was set to Main, and should have been UserMain for my project. This fixed my problem.

    • This reply was modified 8 years, 11 months ago by overthis.
    • This reply was modified 8 years, 11 months ago by overthis.
    • This reply was modified 8 years, 11 months ago by overthis.
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.