Changeset: 204272d34613 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=204272d34613
Modified Files:
        monetdb5/mal/mal_debugger.c
Branch: default
Log Message:

Ensure a full MAL instruction
The flags to display the MAL instruction properties
should not be derived from the client record.


diffs (21 lines):

diff --git a/monetdb5/mal/mal_debugger.c b/monetdb5/mal/mal_debugger.c
--- a/monetdb5/mal/mal_debugger.c
+++ b/monetdb5/mal/mal_debugger.c
@@ -1194,7 +1194,7 @@ mdbStep(Client cntxt, MalBlkPtr mb, MalS
                        if (cntxt != mal_clients)
                                /* help mclients with fake prompt */
                                mnstr_printf(out, "mdb>");
-                       printTraceCall(out, mb, stk, pc, cntxt->flags);
+                       printTraceCall(out, mb, stk, pc, LIST_MAL_DEBUG);
                } else if (ch)
                        mdbCommand(cntxt, mb, stk, p, pc);
                break;
@@ -1203,7 +1203,7 @@ mdbStep(Client cntxt, MalBlkPtr mb, MalS
                mdbCommand(cntxt, mb, stk, p, pc);
                break;
        case 't':
-               printTraceCall(out, mb, stk, pc, cntxt->flags);
+               printTraceCall(out, mb, stk, pc, LIST_MAL_DEBUG);
                break;
        case 'C':
                mdbSessionActive = 0; /* for name completion */
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to