Now we have one extra line saying "exec_ctx: something" in thread dumps
when it's known. It may help with warnings and panics to figure what
is ongoing.
(now - th_ctx->sched_call_date));
}
+ /* report the execution context when known */
+ chunk_append_thread_ctx(buf, &th_ctx->exec_ctx, " exec_ctx: ", "\n");
+
/* this is the end of what we can dump from outside the current thread */
chunk_appendf(buf, " curr_task=");