From 2a7f67d71f9d34c49de6a81e7deab10882bf930f Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 28 May 2019 17:46:28 +0000 Subject: debug helpers: __ntapi_tt_debug_break_process(): initial implementation. --- src/internal/ntapi_fnapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal/ntapi_fnapi.h') diff --git a/src/internal/ntapi_fnapi.h b/src/internal/ntapi_fnapi.h index 6c20fbf..2f79a57 100644 --- a/src/internal/ntapi_fnapi.h +++ b/src/internal/ntapi_fnapi.h @@ -338,6 +338,7 @@ NTAPI_UFN(log_msg); NTAPI_UFN(tt_create_debug_object); NTAPI_UFN(tt_create_attach_debug_object); NTAPI_UFN(tt_debug_execution_flow); +NTAPI_UFN(tt_debug_break_process); /* csrss */ NTAPI_VFN(tt_get_csr_port_handle_addr_by_logic,i386); -- cgit v1.2.3