From 7969fcf6dbdc4920383a1538c1ca9ba5f1ba0902 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 27 May 2019 23:45:19 +0000 Subject: struct _nt_tty_log_info, __log_exception_to_server(): report priority. --- src/debug/ntapi_tt_debug_execution_flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/debug/ntapi_tt_debug_execution_flow.c b/src/debug/ntapi_tt_debug_execution_flow.c index 5bf4e6c..f4e9f1c 100644 --- a/src/debug/ntapi_tt_debug_execution_flow.c +++ b/src/debug/ntapi_tt_debug_execution_flow.c @@ -24,7 +24,7 @@ static int32_t __log_exception_to_server( msg.header.msg_size = sizeof(msg); msg.data.ttyinfo.opcode = NT_TTY_LOG_ENTRY; msg.data.loginfo.type = NT_TTY_LOG_INFO_EXCEPTION_RECORD; - msg.data.loginfo.reserved = 0; + msg.data.loginfo.meta = dbgstate->_u.exception_info.exception_priority; msg.data.loginfo.cid.process_id = dbgstate->cid.process_id; msg.data.loginfo.cid.thread_id = dbgstate->cid.thread_id; -- cgit v1.2.3