From e20eeb3eb159688c1417b4bb6f0371dbed7ec8e6 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 27 May 2019 21:58:54 +0000 Subject: debug helpers: added __ntapi_tt_create_{attach_}debug_object(). --- src/internal/ntapi_fnapi.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/internal/ntapi_fnapi.h') diff --git a/src/internal/ntapi_fnapi.h b/src/internal/ntapi_fnapi.h index f1a6792..1ee52ed 100644 --- a/src/internal/ntapi_fnapi.h +++ b/src/internal/ntapi_fnapi.h @@ -329,11 +329,15 @@ NTAPI_UFN(tt_guid_compare); NTAPI_UFN(tt_guid_to_string_utf16); NTAPI_UFN(tt_string_to_guid_utf16); -/* debug */ +/* log */ NTAPI_UFN(log_write); NTAPI_UFN(log_fn_call); NTAPI_UFN(log_msg); +/* debug */ +NTAPI_UFN(tt_create_debug_object); +NTAPI_UFN(tt_create_attach_debug_object); + /* csrss */ NTAPI_VFN(tt_get_csr_port_handle_addr_by_logic,i386); NTAPI_VFN(tt_get_csr_port_handle_addr_by_logic,x86_64); -- cgit v1.2.3