build: Move all demangler uses into the trace library

This commit is contained in:
WerWolv
2025-07-30 20:57:53 +02:00
parent ec9461741c
commit 6fcc3e8cb3
12 changed files with 28 additions and 59 deletions

View File

@@ -21,6 +21,7 @@ namespace hex::trace {
std::string implementationName;
};
StackTraceResult getStackTrace();
StackTraceResult getStackTrace();
[[nodiscard]] std::string demangle(const std::string &mangledName);
}