A general debugging tool. 3rd party applications such as "procmon" (same name) provide these capabilites and even more. But, they are more difficult to run with bemanitools and don't provide a unified look at the output in combination with the log output by bemanitools. Provide an initial set of system call hooks that have already supported debugging efforts. More can be added when needed later.
7 lines
114 B
C
7 lines
114 B
C
#ifndef PROCMON_THREAD_H
|
|
#define PROCMON_THREAD_H
|
|
|
|
void procmon_thread_init();
|
|
void procmon_thread_fini();
|
|
|
|
#endif |