Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-01 | Everywhere: Mark dependencies of most targets as PRIVATE | Tim Schumacher | |
Otherwise, we end up propagating those dependencies into targets that link against that library, which creates unnecessary link-time dependencies. Also included are changes to readd now missing dependencies to tools that actually need them. | |||
2021-05-22 | LibSymbolication: Rename Client.{cpp,h} => Symbolication.{cpp,h} | Andreas Kling | |
2021-05-22 | LibSymbolication: Name the shared object libsymbolication.so | Andreas Kling | |
2021-05-22 | LibSymbolication+SystemMonitor+bt: Move symbolication back in-process | Andreas Kling | |
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 | Userland: Rename LibSymbolClient => LibSymbolication | Andreas Kling | |