summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/ntapi.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-05-27 23:10:05 +0000
committermidipix <writeonce@midipix.org>2019-05-28 00:00:09 +0000
commitbf05bd32769d10450473e769c470d384f0ae6485 (patch)
treed06c278e138f953239bcb4698096976aeb248058 /include/ntapi/ntapi.h
parent168f83b2cdeb956fd6dd8d074d119b0b77dfe818 (diff)
downloadntapi-bf05bd32769d10450473e769c470d384f0ae6485.tar.bz2
ntapi-bf05bd32769d10450473e769c470d384f0ae6485.tar.xz
debug helpers: __ntapi_tt_debug_execution_flow(): initial implementation.
Diffstat (limited to 'include/ntapi/ntapi.h')
-rw-r--r--include/ntapi/ntapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h
index dc2c22e..493edb2 100644
--- a/include/ntapi/ntapi.h
+++ b/include/ntapi/ntapi.h
@@ -669,6 +669,7 @@ typedef struct _ntapi_vtbl {
/* nt_debug.h */
ntapi_tt_create_debug_object * tt_create_debug_object;
ntapi_tt_create_attach_debug_object * tt_create_attach_debug_object;
+ ntapi_tt_debug_execution_flow * tt_debug_execution_flow;
} ntapi_vtbl;