diff options
author | midipix <writeonce@midipix.org> | 2019-05-28 17:46:28 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-05-28 20:59:10 +0000 |
commit | 2a7f67d71f9d34c49de6a81e7deab10882bf930f (patch) | |
tree | 3249cacf442c3563f6b3c511f260dcc94b908f7b /project | |
parent | d7c519f4b44e965eb57bb94f0fa60795450a523d (diff) | |
download | ntapi-2a7f67d71f9d34c49de6a81e7deab10882bf930f.tar.bz2 ntapi-2a7f67d71f9d34c49de6a81e7deab10882bf930f.tar.xz |
debug helpers: __ntapi_tt_debug_break_process(): initial implementation.
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index 5009148..508cc13 100644 --- a/project/common.mk +++ b/project/common.mk @@ -16,6 +16,7 @@ COMMON_SRCS = \ src/daemon/ntapi_dsr_init.c \ src/daemon/ntapi_dsr_internal_connection.c \ src/debug/ntapi_tt_create_debug_object.c \ + src/debug/ntapi_tt_debug_break_process.c \ src/debug/ntapi_tt_debug_execution_flow.c \ src/fs/ntapi_tt_get_file_handle_type.c \ src/fs/ntapi_tt_istat.c \ |