Startup: using configuration file:C:\eclipse\workspace\.metadata\.config\platfor m.cfg Boot URL: file:C:/eclipse/plugins/org.eclipse.core.boot_2.0.2/boot.jar Startup: splash path = C:\eclipse\plugins\org.eclipse.platform_2.0.2\splash.bmp Workspace location: C:\eclipse\workspace Debug-Options: file:C:\.options Install URL: file:C:/eclipse/ 1-gdb-set confirm off (gdb) 1^done (gdb) 2-gdb-set width 0 2^done (gdb) 3-gdb-set height 0 3^done (gdb) 4-gdb-set new-console 4^done (gdb) 5-environment-cd C:\\eclipse\\workspace\\HelloWorldCDT 5^done (gdb) 6 info threads &"info threads\n" &"No stack.\n" 6^error,msg="No stack." (gdb) 7-environment-directory 7^done (gdb) 8-break-insert hello.cpp:8 8^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x004010 ba",func="main",file\ ="hello.cpp",line="8",times="0"} (gdb) 9-data-list-register-names 9^done,register-names=["eax","ecx","edx","ebx","esp","ebp","esi","edi","eip","ef lags","cs","ss","ds"\ ,"es","fs","gs","st0","st1","st2","st3","st4","st5","st6","st7","fctrl","fstat", "ftag","fiseg","fiof\ f","foseg","fooff","fop","mm0","mm1","mm2","mm3","mm4","mm5","mm6","mm7"] (gdb) 10-break-insert -t main 10^done,bkpt={number="2",type="breakpoint",disp="del",enabled="y",addr="0x004010 ba",func="main",file\ ="hello.cpp",line="8",times="0"} (gdb) 11-exec-run 11^running (gdb) 11*stopped,reason="breakpoint-hit",bkptno="1",thread-id="1",frame={addr="0x00401 0ba",func="main",arg\ s=[],file="hello.cpp",line="8"} 12 info threads (gdb) &"info threads\n" ~" 2 thread 1112.0x614 " ~"* 1 thread 1112.0x650 " 12^done,frame={addr="0x77f837b2",func="??",args=[]},frame={func="main",args=[],f ile="hello.cpp",line\ ="8"} 13-var-update * (gdb) 13^done,changelist={} 14-data-list-changed-registers (gdb) 14^done,changed-registers=["1","2","4","5","7","8","9","10","11","12","13","14", "19","20","21","22",\ "23","24","25","26","29"] (gdb)