Debugger Command: [C:\MinGW\bin\gdb.exe, --nw, --silent, --interpreter=mi] Env[0]: [] workingDirectory: C:/working/nb_trunk_working/mk_test_io_mw/ ================================================ 100-gdb-version 100~"GNU gdb 6.6\n" 100~"Copyright (C) 2006 Free Software Foundation, Inc.\n" 100~"GDB is free software, covered by the GNU General Public License, and you are\n" 100~"welcome to change it and/or distribute copies of it under certain conditions.\n" 100~"Type \"show copying\" to see the conditions.\n" 100~"There is absolutely no warranty for GDB. Type \"show warranty\" for details.\n" 100~"This GDB was configured as \"i686-pc-mingw32\".\n" 100^done 101-environment-directory "C:/working/nb_trunk_working/mk_test_io_mw/" 102-gdb-show language 103-gdb-set print repeat 10 104-file-exec-and-symbols C:/working/nb_trunk_working/mk_test_io_mw/../../test_io/test_io.exe 105set new-console 106-break-insert -t main 107-break-insert -t WinMain 108-data-list-register-names 109-exec-run 110info threads 101^done,source-path="C:/working/nb_trunk_working/mk_test_io_mw;$cdir;$cwd" 102^done,value="auto; currently c" 103^done 104^done 105&"set new-console\n" 105^done 106^done,bkpt={number="1",type="breakpoint",disp="del",enabled="y",addr="0x00401315",func="main",file="test_io.c",fullname="c:/working/test_io/test_io.c",line="46",times="0"} &"Function \"WinMain\" not defined.\n" 107^done 108^done,register-names=["eax","ecx","edx","ebx","esp","ebp","esi","edi","eip","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","mxcsr","mm0","mm1","mm2","mm3","mm4","mm5","mm6","mm7"] 109^running 109*stopped,thread-id="1",frame={addr="0x00401315",func="main",args=[{name="argc",value="1"},{name="argv",value="0xed1090"}],file="test_io.c",fullname="c:/working/test_io/test_io.c",line="46"} 111info share 112-break-insert C:/working/test_io/test_io.c:63 113-break-insert C:/working/test_io/test_io.c:48 110&"info threads\n" 110~"\n" 110~" * 1 thread 7524.0x1898 main (argc=1, argv=0xed1090) at test_io.c:46\n" 110^done 111&"info share\n" 111~"From To Syms Read Shared Object Library\n" 111~"0x77ed1000 0x77f92d62 Yes C:\\Windows\\system32\\ntdll.dll\n" 111~"0x77df1000 0x77ebcdb9 Yes C:\\Windows\\system32\\kernel32.dll\n" 111~"0x61741000 0x61783aba Yes C:\\Windows\\SYSTEM32\\sysfer.dll\n" 111~"0x6ea01000 0x6ea64ef9 Yes C:\\Windows\\system32\\netapi32.dll\n" 111~"0x6fc61000 0x6fcfd31f Yes C:\\Windows\\system32\\msvcrt.dll\n" 111~"0x77c81000 0x77d1972d Yes C:\\Windows\\system32\\advapi32.dll\n" 111~"0x77bc1000 0x77c6ce1b Yes C:\\Windows\\system32\\rpcrt4.dll\n" 111~"0x51401000 0x5140301e Yes C:\\Windows\\system32\\psapi.dll\n" 111^done 112^done,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="0x0040139b",func="go",file="test_io.c",fullname="c:/working/test_io/test_io.c",line="63",times="0"} 114-break-delete 2 113^done,bkpt={number="3",type="breakpoint",disp="keep",enabled="y",addr="0x0040131f",func="main",file="test_io.c",fullname="c:/working/test_io/test_io.c",line="48",times="0"} 115-break-delete 3 116-break-insert dlopen 117-stack-list-frames 118-stack-select-frame 0 119-stack-list-arguments 1 0 0 120-stack-list-locals --all-values 114^done 115^done &"Function \"dlopen\" not defined.\n" 116^done 117^done,stack=[frame={level="0",addr="0x00401315",func="main",file="test_io.c",fullname="c:/working/test_io/test_io.c",line="46"}] 118^done 119^done,stack-args=[frame={level="0",args=[{name="argc",value="1"},{name="argv",value="(char **) 0xed1090"}]}] 120^done,locals=[] 121whatis argc 121&"whatis argc\n" 121~"type = int\n" 121^done 122ptype argc 122&"ptype argc\n" 122~"type = int\n" 122^done 123whatis argv 123&"whatis argv\n" 123~"type = char **\n" 123^done 124ptype argv 124&"ptype argv\n" 124~"type = char **\n" 124^done 125-gdb-exit 125^exit