Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8725
Modified Files:
mal_debugger.mx
Log Message:
Debugging factories is simplified using the mdb,setTrace(true) option.
It will produce a listing of all instructions being executed.
Index: mal_debugger.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_debugger.mx,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -d -r1.207 -r1.208
--- mal_debugger.mx 28 Aug 2007 11:47:24 -0000 1.207
+++ mal_debugger.mx 12 Sep 2007 05:59:42 -0000 1.208
@@ -1476,6 +1476,9 @@
p = getInstrPtr(mb, pc);
mdbCommand(cntxt, mb, stk, p, pc);
break;
+ case 't':
+ printTraceCall(cntxt->fdout,mb,stk,pc,cntxt->flags);
+ break;
case 'C':
mdbSessionActive= 0; /* for name completion */
}
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins