mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
feat: Added initial support for tracing function calls and printing exception stack traces
This commit is contained in:
13
lib/trace/source/instrumentation.cpp
Normal file
13
lib/trace/source/instrumentation.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <hex/trace/instrumentation.hpp>
|
||||
|
||||
namespace hex {
|
||||
|
||||
void functionEntry([[maybe_unused]] void *functionAddress) {
|
||||
|
||||
}
|
||||
|
||||
void functionExit([[maybe_unused]] void *functionAddress) {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user