Hi,
Thanks for the quick reply. Using the new pyclewn 1.7.py2 I have had a problem
where no breakpoint signs appear. In this case gdb did not die, but I had
first created a 'catch throw'. Clearing the catch fixed the problem (see
attachment, I have removed some lines at [snip]). I'm not sure if this is
related to the previous problem.
1) "catch throw"
2) start program
3) interrupt
4) set a breakpoint (console output and list bp shows it is set, but no sign
appears)
5) delete catch point (sign appears)
Rob
nb NBDEBUG 0:startAtomic!42
nb NBDEBUG 1:setReadOnly!43 F
nb NBDEBUG 1:insert/44 722 "loglevel nbdebug\nPyclewn log level is set to
nbdebug.\n(gdb) "
nb NBDEBUG 1:setDot!45 782
nb NBDEBUG 1:setReadOnly!46 T
nb NBDEBUG 3:setDot!47 51/0
nb NBDEBUG 0:endAtomic!48
nb NBDEBUG 44
nb NBDEBUG 3:newDotAndMark=48 1532 1532
nb NBDEBUG 3:keyCommand=48 "catch throw"
nb NBDEBUG 3:keyAtPos=48 "catch throw" 1532 51/0
gdb DEBUG 110-interpreter-exec console "catch throw"
gdb DEBUG ~"Catchpoint 1 (throw)\n"
gdb DEBUG 110^done
mi INFO done
gdb DEBUG 111-file-list-exec-source-file
gdb DEBUG (gdb)
gdb DEBUG
111^done,line="35",file="src/main.cpp",fullname="/usr/vobs/RQt/rdesk/code/src/main.cpp",macro-info="0"
gdb DEBUG 112-stack-info-frame
gdb DEBUG (gdb)
gdb DEBUG 112^error,msg="No registers."
mi DEBUG bad prefix in oob parsing of "error,msg="No registers."",
requested prefix: "done,"
gdb DEBUG 113-var-update *
gdb DEBUG (gdb)
gdb DEBUG 113^done,changelist=[]
mi DEBUG no match for "changelist=[]"
gdb DEBUG 114-break-list
gdb DEBUG (gdb)
gdb DEBUG
114^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="0x00000000004067e8",what="exception
throw",times="0",original-location="__cxa_throw"}]}
misc DEBUG not an iterable of key/value pairs:
"{nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"}"
misc DEBUG not an iterable of key/value pairs:
"{width="14",alignment="-1",col_name="type",colhdr="Type"}"
misc DEBUG not an iterable of key/value pairs:
"{width="4",alignment="-1",col_name="disp",colhdr="Disp"}"
misc DEBUG not an iterable of key/value pairs:
"{width="3",alignment="-1",col_name="enabled",colhdr="Enb"}"
misc DEBUG not an iterable of key/value pairs:
"{width="18",alignment="-1",col_name="addr",colhdr="Address"}"
misc DEBUG not an iterable of key/value pairs:
"{width="40",alignment="2",col_name="what",colhdr="What"}"
mi ERROR bad format: [{'enabled': 'y', 'type': 'breakpoint', 'number': '1',
'original-location': '__cxa_throw'}]
nb NBDEBUG 0:startAtomic!49
nb NBDEBUG 1:setReadOnly!50 F
nb NBDEBUG 1:insert/51 782 "catch throw\nCatchpoint 1 (throw)\n(gdb) "
nb NBDEBUG 1:setDot!52 821
nb NBDEBUG 1:setReadOnly!53 T
nb NBDEBUG 3:setDot!54 51/0
nb NBDEBUG 0:endAtomic!55
gdb INFO oob commands execution: 0.033439 second
gdb DEBUG (gdb)
nb NBDEBUG 51
nb NBDEBUG 3:newDotAndMark=55 1532 1532
nb NBDEBUG 3:keyCommand=55 "run"
nb NBDEBUG 3:keyAtPos=55 "run" 1532 51/0
gdb DEBUG 115-interpreter-exec console "run"
gdb DEBUG =thread-group-started,id="i1",pid="22599"
gdb INFO thread-group-started,id="i1",pid="22599"
gdb DEBUG =thread-created,id="1",group-id="i1"
gdb INFO thread-created,id="1",group-id="i1"
gdb DEBUG 115^running
mi INFO running
gdb DEBUG 116-interpreter-exec console "show args"
gdb DEBUG *running,thread-id="all"
gdb INFO running,thread-id="all"
gdb DEBUG (gdb)
gdb DEBUG
=library-loaded,id="/lib64/ld-linux-x86-64.so.2",target-name="/lib64/ld-linux-x86-64.so.2",host-name="/lib64/ld-linux-x86-64.so.2",symbols-loaded="0",thread-group="i1"
[snip]
gdb INFO
library-loaded,id="/lib64/libnss_files.so.2",target-name="/lib64/libnss_files.so.2",host-name="/lib64/libnss_files.so.2",symbols-loaded="0",thread-group="i1"
gdb DEBUG =thread-created,id="2",group-id="i1"
gdb INFO thread-created,id="2",group-id="i1"
gdb DEBUG ~"[New Thread 0x7fffecf03710 (LWP 22615)]\n"
gdb DEBUG *running,thread-id="all"
gdb INFO running,thread-id="all"
nb NBDEBUG 3:newDotAndMark=62 1532 1532
nb NBDEBUG 3:keyCommand=62 "sigint"
nb NBDEBUG 3:keyAtPos=62 "sigint" 1532 51/0
gdb DEBUG ~"\nProgram received signal "
gdb DEBUG ~"SIGINT, Interrupt.\n"
gdb DEBUG ~"0x00007ffff366cb93 in select () from /lib64/libc.so.6\n"
gdb DEBUG
*stopped,frame={addr="0x00007ffff366cb93",func="select",args=[],from="/lib64/libc.so.6"},thread-id="1",stopped-threads="all",core="2"
gdb INFO
stopped,frame={addr="0x00007ffff366cb93",func="select",args=[],from="/lib64/libc.so.6"},thread-id="1",stopped-threads="all",core="2"
gdb DEBUG (gdb)
gdb ERROR all cmds have not been processed in results
gdb DEBUG 117-file-list-exec-source-file
gdb DEBUG
117^done,line="35",file="src/main.cpp",fullname="/usr/vobs/RQt/rdesk/code/src/main.cpp",macro-info="0"
gdb DEBUG 118-stack-info-frame
gdb DEBUG (gdb)
gdb DEBUG
118^done,frame={level="0",addr="0x00007ffff366cb93",func="select",from="/lib64/libc.so.6"}
mi DEBUG no match for
"frame={level="0",addr="0x00007ffff366cb93",func="select",from="/lib64/libc.so.6"}"
gdb DEBUG 119-interpreter-exec console "info files"
gdb DEBUG (gdb)
gdb DEBUG ~"Symbols from
\"/usr/vobs/RQt/rdesk/code/debug/Ricardo/rdesk/VERS/exe/lnx_x23.64/ricardo_desk.lnx_x23.64\".\n"
gdb DEBUG ~"Unix child process:\n"
gdb DEBUG ~"\tUsing the running image of child Thread 0x7ffff7fa5780 (LWP
22599).\n"
gdb DEBUG ~"\tWhile running this, GDB does not access memory from...\n"
gdb DEBUG ~"Local exec file:\n"
gdb DEBUG
~"\t`/usr/vobs/RQt/rdesk/code/debug/Ricardo/rdesk/VERS/exe/lnx_x23.64/ricardo_desk.lnx_x23.64',
file type elf64-x86-64.\n"
gdb DEBUG ~"\tEntry point: 0x407060\n"
gdb DEBUG ~"\t0x0000000000400238 - 0x0000000000400254 is .interp\n"
[snip]
gdb DEBUG ~"\t0x00007fffed110160 - 0x00007fffed110590 is .bss in
/lib64/libnss_files.so.2\n"
gdb DEBUG 119^done
gdb DEBUG 120-var-update *
gdb DEBUG (gdb)
gdb DEBUG 120^done,changelist=[]
mi DEBUG no match for "changelist=[]"
gdb DEBUG 121-environment-pwd
gdb DEBUG (gdb)
gdb DEBUG 121^done,cwd="/usr/vobs/red/code"
gdb DEBUG 122-file-list-exec-source-files
gdb DEBUG (gdb)
nb NBDEBUG 0:startAtomic!63
nb NBDEBUG 1:setReadOnly!64 F
nb NBDEBUG 1:insert/65 825 "Quit\n[Thread debugging using libthread_db
enabled]\n[New Thread 0x7fffecf03710 (LWP 22615)]\n\nProgram received signal
SIGINT, Interrupt.\n0x00007ffff366cb93 in select () from /lib64/libc.so.6\n"
nb NBDEBUG 1:setDot!66 1013
nb NBDEBUG 1:setReadOnly!67 T
nb NBDEBUG 3:setDot!68 51/0
nb NBDEBUG 0:endAtomic!69
nb NBDEBUG 65
gdb DEBUG 123-break-list
[snip]
gdb DEBUG (gdb)
gdb DEBUG
123^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="0x00007ffff3e41df6",what="exception
throw",times="0",original-location="__cxa_throw"}]}
misc DEBUG not an iterable of key/value pairs:
"{nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"}"
misc DEBUG not an iterable of key/value pairs:
"{width="14",alignment="-1",col_name="type",colhdr="Type"}"
misc DEBUG not an iterable of key/value pairs:
"{width="4",alignment="-1",col_name="disp",colhdr="Disp"}"
misc DEBUG not an iterable of key/value pairs:
"{width="3",alignment="-1",col_name="enabled",colhdr="Enb"}"
misc DEBUG not an iterable of key/value pairs:
"{width="18",alignment="-1",col_name="addr",colhdr="Address"}"
misc DEBUG not an iterable of key/value pairs:
"{width="40",alignment="2",col_name="what",colhdr="What"}"
mi ERROR bad format: [{'enabled': 'y', 'type': 'breakpoint', 'number': '1',
'original-location': '__cxa_throw'}]
nb NBDEBUG 0:startAtomic!70
nb NBDEBUG 1:setReadOnly!71 F
nb NBDEBUG 1:insert/72 1014 "(gdb) "
nb NBDEBUG 1:setDot!73 1020
nb NBDEBUG 1:setReadOnly!74 T
nb NBDEBUG 3:setDot!75 51/0
nb NBDEBUG 0:endAtomic!76
gdb INFO oob commands execution: 3.434231 second
gdb DEBUG (gdb)
nb NBDEBUG 72
nb NBDEBUG 3:newDotAndMark=76 1532 1532
nb NBDEBUG 3:keyCommand=76 "break /usr/vobs/red/code/src/redNodeSet.cpp:51"
nb NBDEBUG 3:keyAtPos=76 "break /usr/vobs/red/code/src/redNodeSet.cpp:51"
1532 51/0
gdb DEBUG 124-interpreter-exec console "break
/usr/vobs/red/code/src/redNodeSet.cpp:51"
nb NBDEBUG 0:startAtomic!77
nb NBDEBUG 1:setReadOnly!78 F
nb NBDEBUG 1:insert/79 1020 "break /usr/vobs/red/code/src/redNodeSet.cpp:51\n"
nb NBDEBUG 1:setDot!80 1066
nb NBDEBUG 1:setReadOnly!81 T
nb NBDEBUG 3:setDot!82 51/0
nb NBDEBUG 0:endAtomic!83
nb NBDEBUG 79
gdb DEBUG ~"Breakpoint 2 at 0x7ffff6ec7012: file
/usr/vobs/red/code/src/redNodeSet.cpp, line 51.\n"
gdb DEBUG 124^done
mi INFO done
gdb DEBUG 125-file-list-exec-source-file
gdb DEBUG (gdb)
gdb DEBUG
125^done,line="35",file="src/main.cpp",fullname="/usr/vobs/RQt/rdesk/code/src/main.cpp",macro-info="0"
gdb DEBUG 126-stack-info-frame
gdb DEBUG (gdb)
gdb DEBUG
126^done,frame={level="0",addr="0x00007ffff366cb93",func="select",from="/lib64/libc.so.6"}
mi DEBUG no match for
"frame={level="0",addr="0x00007ffff366cb93",func="select",from="/lib64/libc.so.6"}"
gdb DEBUG 127-var-update *
gdb DEBUG (gdb)
gdb DEBUG 127^done,changelist=[]
mi DEBUG no match for "changelist=[]"
gdb DEBUG 128-break-list
gdb DEBUG (gdb)
gdb DEBUG
128^done,BreakpointTable={nr_rows="2",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="0x00007ffff3e41df6",what="exception
throw",times="0",original-location="__cxa_throw"},bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="0x00007ffff6ec7012",func="red::NodeSet::setFlags(red::FlagID,
red::EntityType, bool)
const",file="/usr/vobs/red/code/src/redNodeSet.cpp",fullname="/usr/vobs/red/code/src/redNodeSet.cpp",line="51",times="0",original-location="/usr/vobs/red/code/src/redNodeSet.cpp:51"}]}
misc DEBUG not an iterable of key/value pairs:
"{nr_rows="2",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"}"
misc DEBUG not an iterable of key/value pairs:
"{width="14",alignment="-1",col_name="type",colhdr="Type"}"
misc DEBUG not an iterable of key/value pairs:
"{width="4",alignment="-1",col_name="disp",colhdr="Disp"}"
misc DEBUG not an iterable of key/value pairs:
"{width="3",alignment="-1",col_name="enabled",colhdr="Enb"}"
misc DEBUG not an iterable of key/value pairs:
"{width="18",alignment="-1",col_name="addr",colhdr="Address"}"
misc DEBUG not an iterable of key/value pairs:
"{width="40",alignment="2",col_name="what",colhdr="What"}"
mi ERROR bad format: [{'enabled': 'y', 'type': 'breakpoint', 'number': '1',
'original-location': '__cxa_throw'}, {'enabled': 'y', 'number': '2', 'file':
'/usr/vobs/red/code/src/redNodeSet.cpp', 'line': '51', 'type': 'breakpoint',
'original-location': '/usr/vobs/red/code/src/redNodeSet.cpp:51'}]
nb NBDEBUG 0:startAtomic!84
nb NBDEBUG 1:setReadOnly!85 F
nb NBDEBUG 1:insert/86 1067 "Breakpoint 2 at 0x7ffff6ec7012: file
/usr/vobs/red/code/src/redNodeSet.cpp, line 51.\n(gdb) "
nb NBDEBUG 1:setDot!87 1158
nb NBDEBUG 1:setReadOnly!88 T
nb NBDEBUG 3:setDot!89 51/0
nb NBDEBUG 0:endAtomic!90
gdb INFO oob commands execution: 0.030957 second
gdb DEBUG (gdb)
nb NBDEBUG 86
nb NBDEBUG 3:newDotAndMark=90 1532 1532
nb NBDEBUG 3:keyCommand=90 "info breakpoints"
nb NBDEBUG 3:keyAtPos=90 "info breakpoints" 1532 51/0
gdb DEBUG 129-interpreter-exec console "info breakpoints"
gdb DEBUG ~"Num Type Disp Enb Address What\n"
gdb DEBUG ~"1 breakpoint keep y 0x00007ffff3e41df6 exception
throw\n"
gdb DEBUG ~"2 breakpoint keep y 0x00007ffff6ec7012 in
red::NodeSet::setFlags(red::FlagID, red::EntityType, bool) const at
/usr/vobs/red/code/src/redNodeSet.cpp:51\n"
gdb DEBUG 129^done
mi INFO done
gdb DEBUG 130-file-list-exec-source-file
gdb DEBUG (gdb)
gdb DEBUG
130^done,line="35",file="src/main.cpp",fullname="/usr/vobs/RQt/rdesk/code/src/main.cpp",macro-info="0"
gdb DEBUG 131-stack-info-frame
gdb DEBUG (gdb)
gdb DEBUG
131^done,frame={level="0",addr="0x00007ffff366cb93",func="select",from="/lib64/libc.so.6"}
mi DEBUG no match for
"frame={level="0",addr="0x00007ffff366cb93",func="select",from="/lib64/libc.so.6"}"
gdb DEBUG 132-var-update *
gdb DEBUG (gdb)
gdb DEBUG 132^done,changelist=[]
mi DEBUG no match for "changelist=[]"
gdb DEBUG 133-break-list
gdb DEBUG (gdb)
gdb DEBUG
133^done,BreakpointTable={nr_rows="2",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="0x00007ffff3e41df6",what="exception
throw",times="0",original-location="__cxa_throw"},bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="0x00007ffff6ec7012",func="red::NodeSet::setFlags(red::FlagID,
red::EntityType, bool)
const",file="/usr/vobs/red/code/src/redNodeSet.cpp",fullname="/usr/vobs/red/code/src/redNodeSet.cpp",line="51",times="0",original-location="/usr/vobs/red/code/src/redNodeSet.cpp:51"}]}
misc DEBUG not an iterable of key/value pairs:
"{nr_rows="2",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"}"
misc DEBUG not an iterable of key/value pairs:
"{width="14",alignment="-1",col_name="type",colhdr="Type"}"
misc DEBUG not an iterable of key/value pairs:
"{width="4",alignment="-1",col_name="disp",colhdr="Disp"}"
misc DEBUG not an iterable of key/value pairs:
"{width="3",alignment="-1",col_name="enabled",colhdr="Enb"}"
misc DEBUG not an iterable of key/value pairs:
"{width="18",alignment="-1",col_name="addr",colhdr="Address"}"
misc DEBUG not an iterable of key/value pairs:
"{width="40",alignment="2",col_name="what",colhdr="What"}"
mi ERROR bad format: [{'enabled': 'y', 'type': 'breakpoint', 'number': '1',
'original-location': '__cxa_throw'}, {'enabled': 'y', 'number': '2', 'file':
'/usr/vobs/red/code/src/redNodeSet.cpp', 'line': '51', 'type': 'breakpoint',
'original-location': '/usr/vobs/red/code/src/redNodeSet.cpp:51'}]
nb NBDEBUG 0:startAtomic!91
nb NBDEBUG 1:setReadOnly!92 F
nb NBDEBUG 1:insert/93 1158 "info breakpoints\nNum Type Disp
Enb Address What\n1 breakpoint keep y 0x00007ffff3e41df6
exception throw\n2 breakpoint keep y 0x00007ffff6ec7012 in
red::NodeSet::setFlags(red::FlagID, red::EntityType, bool) const at
/usr/vobs/red/code/src/redNodeSet.cpp:51\n(gdb) "
nb NBDEBUG 1:setDot!94 1467
nb NBDEBUG 1:setReadOnly!95 T
nb NBDEBUG 3:setDot!96 51/0
nb NBDEBUG 0:endAtomic!97
gdb INFO oob commands execution: 0.033127 second
gdb DEBUG (gdb)
nb NBDEBUG 93
nb NBDEBUG 3:newDotAndMark=97 1532 1532
nb NBDEBUG 3:keyCommand=97 "del 1"
nb NBDEBUG 3:keyAtPos=97 "del 1" 1532 51/0
gdb DEBUG 134-interpreter-exec console "del 1"
gdb DEBUG 134^done
mi INFO done
gdb DEBUG 135-file-list-exec-source-file
gdb DEBUG (gdb)
gdb DEBUG
135^done,line="35",file="src/main.cpp",fullname="/usr/vobs/RQt/rdesk/code/src/main.cpp",macro-info="0"
gdb DEBUG 136-stack-info-frame
gdb DEBUG (gdb)
gdb DEBUG
136^done,frame={level="0",addr="0x00007ffff366cb93",func="select",from="/lib64/libc.so.6"}
mi DEBUG no match for
"frame={level="0",addr="0x00007ffff366cb93",func="select",from="/lib64/libc.so.6"}"
gdb DEBUG 137-var-update *
gdb DEBUG (gdb)
gdb DEBUG 137^done,changelist=[]
mi DEBUG no match for "changelist=[]"
gdb DEBUG 138-break-list
gdb DEBUG (gdb)
gdb DEBUG
138^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="2",type="breakpoint",disp="keep",enabled="y",addr="0x00007ffff6ec7012",func="red::NodeSet::setFlags(red::FlagID,
red::EntityType, bool)
const",file="/usr/vobs/red/code/src/redNodeSet.cpp",fullname="/usr/vobs/red/code/src/redNodeSet.cpp",line="51",times="0",original-location="/usr/vobs/red/code/src/redNodeSet.cpp:51"}]}
misc DEBUG not an iterable of key/value pairs:
"{nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"}"
misc DEBUG not an iterable of key/value pairs:
"{width="14",alignment="-1",col_name="type",colhdr="Type"}"
misc DEBUG not an iterable of key/value pairs:
"{width="4",alignment="-1",col_name="disp",colhdr="Disp"}"
misc DEBUG not an iterable of key/value pairs:
"{width="3",alignment="-1",col_name="enabled",colhdr="Enb"}"
misc DEBUG not an iterable of key/value pairs:
"{width="18",alignment="-1",col_name="addr",colhdr="Address"}"
misc DEBUG not an iterable of key/value pairs:
"{width="40",alignment="2",col_name="what",colhdr="What"}"
nb NBDEBUG 3:defineAnnoType!98 0 "4" "" "2" none Cyan
nb NBDEBUG 3:defineAnnoType!99 0 "5" "" "2" none Green
nb NBDEBUG 3:addAnno!100 1 1 51/0 -1
nb NBDEBUG 3:setDot!101 51/0
nb NBDEBUG 0:startAtomic!102
nb NBDEBUG 1:setReadOnly!103 F
nb NBDEBUG 1:insert/104 1467 "del 1\n(gdb) "
nb NBDEBUG 1:setDot!105 1479
nb NBDEBUG 1:setReadOnly!106 T
nb NBDEBUG 3:setDot!107 51/0
nb NBDEBUG 0:endAtomic!108
gdb INFO oob commands execution: 0.033890 second
gdb DEBUG (gdb)
nb NBDEBUG 104
------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Pyclewn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyclewn-general