GDB Debugger Console (after AutoUpdate update [breakpionts worked]): Debugger Command: [/opt/GNU/bin/gdb, --nw, --silent, --interpreter=mi] Env[0]: [] workingDirectory: /opt/SUNWspro/NetBeansProjects/Fractal_1/ ================================================ 100-gdb-version 101-environment-directory "/opt/SUNWspro/NetBeansProjects/Fractal_1/" 102-gdb-show language 103-gdb-set print repeat 10 104-file-exec-and-symbols /opt/SUNWspro/NetBeansProjects/Fractal_1/dist/Debug/SunStudio-None/fractal_1 100~"GNU gdb 6.8\n" 100~"Copyright (C) 2008 Free Software Foundation, Inc.\n" 100~"License GPLv3+: GNU GPL version 3 or later \n" 100~"This is free software: you are free to change and redistribute it.\n" 100~"There is NO WARRANTY, to the extent permitted by law. Type \"show copying\"\n" 100~"and \"show warranty\" for details.\n" 100~"This GDB was configured as \"sparc-sun-solaris2.10\".\n" 100^done 101^done,source-path="/opt/SUNWspro/NetBeansProjects/Fractal_1:$cdir:$cwd" 102^done,value="auto; currently c" 103^done 104^done 105-gdb-set environment LD_PRELOAD_32=/opt/OCIEsys/home/tomw/.netbeans/6.5/cnd2/lib/unbuffer-SunOS-sparc.so 105^done 106-break-insert -t main 107-data-list-register-names 108-exec-run < /tmp/gdbFifo6061.fifo > /tmp/gdbFifo6100.fifo 2>&1 109info proc 106^done,bkpt={number="1",type="breakpoint",disp="del",enabled="y",addr="0x00012184",func="main",file="fractal.cc",fullname="/opt/SUNWspro/NetBeansProjects/Fractal_1/fractal.cc",line="212",times="0"} 107^done,register-names=["g0","g1","g2","g3","g4","g5","g6","g7","o0","o1","o2","o3","o4","o5","sp","o7","l0","l1","l2","l3","l4","l5","l6","l7","i0","i1","i2","i3","i4","i5","fp","i7","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9","f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20","f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31","y","psr","wim","tbr","pc","npc","fsr","csr","d0","d2","d4","d6","d8","d10","d12","d14","d16","d18","d20","d22","d24","d26","d28","d30"] 108^running 108*stopped,thread-id="0",frame={addr="0x00012184",func="main",args=[{name="argc",value="1"},{name="argv",value="0xffbffb3c"}],file="fractal.cc",fullname="/opt/SUNWspro/NetBeansProjects/Fractal_1/fractal.cc",line="212"} 110info share 111-break-insert -f /opt/SUNWspro/NetBeansProjects/Fractal_1/fractal.cc:219 109&"info proc\n" 109~"process 6135 flags:\n" 109PR_STOPPED Process (LWP) is stopped 109PR_ISTOP Stopped on an event of interest 109PR_RLC Run-on-last-close is in effect 109PR_MSACCT Microstate accounting enabled 109PR_PCOMPAT Micro-state accounting inherited on fork 109PR_FAULTED : Incurred a traced hardware fault FLTBPT: Breakpoint trap 109^done 110&"info share\n" 110~"From To Syms Read Shared Object Library\n" 110~"0xff3b7820 0xff3de6f8 Yes /usr/lib/ld.so.1\n" 110~"0xff380248 0xff380298 Yes /opt/OCIEsys/home/tomw/.netbeans/6.5/cnd2/lib/unbuffer-SunOS-sparc.so\n" 110~"0xff25e5d0 0xff30f698 Yes /opt/SUNWspro/lib/sparc/libCstd.so.1\n" 110~"0xff1d43c0 0xff1d938c Yes /opt/SUNWspro/lib/sparc/libCrun.so.1\n" 110~"0xff108140 0xff194b90 Yes /lib/libm.so.2\n" 110~"0xff0232a0 0xff0c7728 Yes /lib/libc.so.1\n" 110~"0xfefcc478 0xfefdaa54 Yes /opt/SUNWspro/prod/usr/lib/cpu/sparcv8plus/libCstd_isa.so.1\n" 110~"0xfefa0400 0xfefa34c8 Yes /platform/SUNW,UltraAX-i2/lib/libc_psr.so.1\n" 110^done 111^done,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="0x000121ac",func="main",file="fractal.cc",fullname="/opt/SUNWspro/NetBeansProjects/Fractal_1/fractal.cc",line="219",times="0"} 112-exec-continue 112^running 112*stopped,reason="breakpoint-hit",bkptno="2",thread-id="0",frame={addr="0x000121ac",func="main",args=[{name="argc",value="1"},{name="argv",value="0xffbffb3c"}],file="fractal.cc",fullname="/opt/SUNWspro/NetBeansProjects/Fractal_1/fractal.cc",line="219"} 113-stack-list-frames 114-stack-select-frame 0 115-stack-list-arguments 1 0 0 116-stack-list-locals --all-values 113^done,stack=[frame={level="0",addr="0x000121ac",func="main",file="fractal.cc",fullname="/opt/SUNWspro/NetBeansProjects/Fractal_1/fractal.cc",line="219"}] 117whatis startwtime 118whatis startwtime 119whatis realBuf 114^done 115^done,stack-args=[frame={level="0",args=[{name="argc",value="1"},{name="argv",value="0xffbffb3c"}]}] 120whatis startwtime 116^done,locals=[{name="i",value="0"},{name="startwtime",value="1235151731.2019391"},{name="endwtime",value="1.0607906094504184e-313"},{name="total",value="8.4859102995863868e-314"}] 117&"whatis startwtime\n" 117~"type = double\n" 117^done 118&"whatis startwtime\n" 118~"type = double\n" 118^done 121ptype startwtime 122-data-evaluate-expression "startwtime" 119&"whatis realBuf\n" 123ptype startwtime 119~"type = double [1000][800]\n" 119^done 120&"whatis startwtime\n" 124-data-evaluate-expression "realBuf" 120~"type = double\n" 120^done 121&"ptype startwtime\n" 125-data-evaluate-expression "startwtime" 121~"type = double\n" 121^done 122^done,value="1235151731.2019391" 123&"ptype startwtime\n" 123~"type = double\n" 123^done 126ptype realBuf 124^done,value="{{0 } }" 125^done,value="1235151731.2019391" 127ptype realBuf 126&"ptype realBuf\n" 128ptype realBuf 126~"type = double [1000][800]\n" 126^done 127&"ptype realBuf\n" 127~"type = double [1000][800]\n" 127^done 128&"ptype realBuf\n" 128~"type = double [1000][800]\n" 128^done