unlang_stack_frame_t *frame;
unlang_action_t action = UNLANG_ACTION_BREAK;
+#ifndef NDEBUG
+ if (DEBUG_ENABLED5) DEBUG("###### unlang_run is starting");
+ DUMP_STACK;
+#endif
+
frame = &stack->frame[stack->depth];
/*
fr_int2str(mod_rcode_table, result, "<invalid>"),
priority);
+ DUMP_STACK;
+
/*
* Reset the local variables, and check
* for a (local) top frame.
* stack into segments.
*/
stack->frame[stack->depth].top_frame = true;
+
+ DUMP_STACK;
}
/** Continue interpreting after a previous push or yield.