diff options
author | midipix <writeonce@midipix.org> | 2019-05-27 23:10:05 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-05-28 00:00:09 +0000 |
commit | bf05bd32769d10450473e769c470d384f0ae6485 (patch) | |
tree | d06c278e138f953239bcb4698096976aeb248058 /project | |
parent | 168f83b2cdeb956fd6dd8d074d119b0b77dfe818 (diff) | |
download | ntapi-bf05bd32769d10450473e769c470d384f0ae6485.tar.bz2 ntapi-bf05bd32769d10450473e769c470d384f0ae6485.tar.xz |
debug helpers: __ntapi_tt_debug_execution_flow(): 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 f5b4bd7..5009148 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_execution_flow.c \ src/fs/ntapi_tt_get_file_handle_type.c \ src/fs/ntapi_tt_istat.c \ src/fs/ntapi_tt_mount.c \ |