1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:58:11 +00:00
serenity/Userland/Libraries/LibSymbolication
Andreas Kling 252cb54310 LibSymbolication+SystemMonitor+bt: Move symbolication back in-process
Process-separated symbolication was cute, but ultimately the threat
model is kinda silly. We're already *running* the binary, but we're
afraid to parse its symbol table? :^)

This commit makes SystemMonitor and bt do symbolication in-process.
SymbolServer and the symbol user will be removed separately.
2021-05-22 18:54:22 +02:00
..
Client.cpp LibSymbolication+SystemMonitor+bt: Move symbolication back in-process 2021-05-22 18:54:22 +02:00
Client.h LibSymbolication+SystemMonitor+bt: Move symbolication back in-process 2021-05-22 18:54:22 +02:00
CMakeLists.txt LibSymbolication+SystemMonitor+bt: Move symbolication back in-process 2021-05-22 18:54:22 +02:00