summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-05-28 02:41:36 +0000
committermidipix <writeonce@midipix.org>2019-05-28 03:05:42 +0000
commitc155d909936810348fc0e237f1cdf316ff8ce04d (patch)
tree25e00396102cd520e9a76f629940312097741d59 /include
parent7969fcf6dbdc4920383a1538c1ca9ba5f1ba0902 (diff)
downloadntapi-c155d909936810348fc0e237f1cdf316ff8ce04d.tar.bz2
ntapi-c155d909936810348fc0e237f1cdf316ff8ce04d.tar.xz
__ntapi_tt_debug_execution_flow(): defined enhanced flow masks.
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ntapi/nt_debug.h b/include/ntapi/nt_debug.h
index 3e11193..9f90f7e 100644
--- a/include/ntapi/nt_debug.h
+++ b/include/ntapi/nt_debug.h
@@ -225,6 +225,9 @@ typedef enum _nt_dbg_fltr_type {
#define NT_DBG_FLOW_MASK_DLL_LOAD (1 << NT_DBG_STATE_DLL_LOAD)
#define NT_DBG_FLOW_MASK_DLL_UNLOAD (1 << NT_DBG_STATE_DLL_UNLOAD)
+#define NT_DBG_FLOW_MASK_EXECUTION_TREE (0x10000000)
+#define NT_DBG_FLOW_MASK_DETACH_AND_CLOSE (0x20000000)
+
/* debug events */
typedef struct _nt_dbg_km_thread_exit {