[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

tcl-debug / tcl-dbg ?



Hello there

 I am trying to debug a tcl application but I cannot find anywhere
the -dbg libraries. Is there a way to get the tcl libraries with
debugging ?

Thanks
--
Mathieu


Ps: backtrace in gdb is not very usefull with debug info:
(gdb) bt
#0  0xa6af21c3 in Tcl_CommandComplete () from /usr/lib/libtcl8.4.so.0
#1  0xa6af1e01 in Tcl_ParseCommand () from /usr/lib/libtcl8.4.so.0
#2  0xa6af3be4 in TclParseInteger () from /usr/lib/libtcl8.4.so.0
#3  0xa6af427f in TclParseInteger () from /usr/lib/libtcl8.4.so.0
#4  0xa6af430f in TclParseInteger () from /usr/lib/libtcl8.4.so.0
#5  0xa6af439f in TclParseInteger () from /usr/lib/libtcl8.4.so.0
#6  0xa6af442f in TclParseInteger () from /usr/lib/libtcl8.4.so.0
#7  0xa6af44cf in TclParseInteger () from /usr/lib/libtcl8.4.so.0
#8  0xa6af455f in TclParseInteger () from /usr/lib/libtcl8.4.so.0
#9  0xa6af45ef in TclParseInteger () from /usr/lib/libtcl8.4.so.0
#10 0xa6af467f in TclParseInteger () from /usr/lib/libtcl8.4.so.0
#11 0xa6af470f in TclParseInteger () from /usr/lib/libtcl8.4.so.0
#12 0xa6af36ce in TclParseInteger () from /usr/lib/libtcl8.4.so.0
#13 0xa6af4857 in Tcl_ParseExpr () from /usr/lib/libtcl8.4.so.0
#14 0xa6abadda in TclCompileExpr () from /usr/lib/libtcl8.4.so.0
#15 0xa6ac6885 in Tcl_ExprObj () from /usr/lib/libtcl8.4.so.0
#16 0xa6a9d193 in Tcl_ExprBooleanObj () from /usr/lib/libtcl8.4.so.0
#17 0xa6aaaa55 in Tcl_IfObjCmd () from /usr/lib/libtcl8.4.so.0
#18 0xa6a9d931 in TclEvalObjvInternal () from /usr/lib/libtcl8.4.so.0
#19 0xa6a9dedd in Tcl_EvalEx () from /usr/lib/libtcl8.4.so.0
#20 0xa6a9e1eb in Tcl_Eval () from /usr/lib/libtcl8.4.so.0
#21 0xa6a9e286 in Tcl_GlobalEval () from /usr/lib/libtcl8.4.so.0



Reply to: