overthis

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: VisualGDB is unable to connect to the debugee #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.
    in reply to: VisualGDB is unable to connect to the debugee #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"
Viewing 2 posts - 1 through 2 (of 2 total)