~"GNU gdb 6.8\n" ~"Copyright (C) 2008 Free Software Foundation, Inc.\n" ~"License GPLv3+: GNU GPL version 3 or later \n" ~"This is free software: you are free to change and redistribute it.\n" ~"There is NO WARRANTY, to the extent permitted by law. Type \"show copying\"\n" ~"and \"show warranty\" for details.\n" ~"This GDB was configured as \"i386-pc-solaris2.11\".\n" &"/export/hudson/home/.gdbinit: No such file or directory.\n" (gdb) 1-gdb-set print repeat 0 2-gdb-set backtrace limit 1024 3-file-exec-and-symbols "/export/hudson/home/NetBeansProjects/CallStackActions/dist/Debug/GNU-Solaris-x86/callstackactions" 1^done (gdb) 2^done (gdb) 3^done (gdb) 4-file-list-exec-source-file 5cd /export/hudson/home/NetBeansProjects/CallStackActions 6-exec-arguments arg1 arg2 4^done,line="2",file="../../working/welcome_stack.cc",fullname="/export/hudson/home/working/welcome_stack.cc",macro-info="0" (gdb) 7-break-insert "/export/hudson/home/working/welcome_stack.cc:36" 1 8-break-insert -t _start &"cd /export/hudson/home/NetBeansProjects/CallStackActions\n" ~"Working directory /export/hudson/home/NetBeansProjects/CallStackActions.\n" 5^done (gdb) 6^done (gdb) 7^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x08051370",func="printArray(int, char**)",file="../../working/welcome_stack.cc",fullname="/export/hudson/home/working/welcome_stack.cc",line="36",times="0"} (gdb) &"\n" 1^done (gdb) 8^done,bkpt={number="2",type="breakpoint",disp="del",enabled="y",addr="0x08050f94",at="<_start>",times="0"} (gdb) No command for record 1^done 9-exec-run 9^running (gdb) 9*stopped,thread-id="0",frame={addr="0x08050f94",func="_start",args=[]} (gdb) 10info proc &"info proc\n" ~"process 4749 flags:\n" PR_STOPPED Process (LWP) is stopped PR_ISTOP Stopped on an event of interest PR_RLC Run-on-last-close is in effect PR_MSACCT Microstate accounting enabled PR_PCOMPAT Micro-state accounting inherited on fork PR_FAULTED : Incurred a traced hardware fault FLTBPT: Breakpoint trap 10^done (gdb) 11-exec-continue 11^running (gdb) 11*stopped,reason="breakpoint-hit",bkptno="1",thread-id="0",frame={addr="0x08051370",func="printArray",args=[{name="length",value="2"},{name="list",value="0x80478fc"}],file="../../working/welcome_stack.cc",fullname="/export/hudson/home/working/welcome_stack.cc",line="36"} (gdb) 12-stack-list-frames 12^done,stack=[frame={level="0",addr="0x08051370",func="printArray",file="../../working/welcome_stack.cc",fullname="/export/hudson/home/working/welcome_stack.cc",line="36"},frame={level="1",addr="0x08051304",func="printArguments",file="../../working/welcome_stack.cc",fullname="/export/hudson/home/working/welcome_stack.cc",line="26"},frame={level="2",addr="0x0805129b",func="main",file="../../working/welcome_stack.cc",fullname="/export/hudson/home/working/welcome_stack.cc",line="13"}] (gdb) 13-stack-list-arguments 1 13^done,stack-args=[frame={level="0",args=[{name="length",value="2"},{name="list",value="0x80478fc"}]},frame={level="1",args=[{name="length",value="3"},{name="list",value="0x80478f8"}]},frame={level="2",args=[{name="argc",value="3"},{name="argv",value="0x80478f8"}]}] (gdb) 14-stack-select-frame 1 15-file-list-exec-source-file 14^done (gdb) 15^done,line="36",file="../../working/welcome_stack.cc",fullname="/export/hudson/home/working/welcome_stack.cc",macro-info="0" (gdb) 16-stack-list-frames 16^done,stack=[frame={level="0",addr="0x08051370",func="printArray",file="../../working/welcome_stack.cc",fullname="/export/hudson/home/working/welcome_stack.cc",line="36"},frame={level="1",addr="0x08051304",func="printArguments",file="../../working/welcome_stack.cc",fullname="/export/hudson/home/working/welcome_stack.cc",line="26"},frame={level="2",addr="0x0805129b",func="main",file="../../working/welcome_stack.cc",fullname="/export/hudson/home/working/welcome_stack.cc",line="13"}] (gdb) 17-stack-list-arguments 1 17^done,stack-args=[frame={level="0",args=[{name="length",value="2"},{name="list",value="0x80478fc"}]},frame={level="1",args=[{name="length",value="3"},{name="list",value="0x80478f8"}]},frame={level="2",args=[{name="argc",value="3"},{name="argv",value="0x80478f8"}]}] (gdb)