summaryrefslogtreecommitdiff
path: root/Userland/Services/SymbolServer/ClientConnection.cpp
AgeCommit message (Expand)Author
2021-05-22Userland: Remove SymbolServer and the "symbol" user+groupAndreas Kling
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-05-02Userland: Make IPC handlers return void if they don't have any outputsGunnar Beutner
2021-05-02Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlersGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-05SymbolServer: Resolve filenames and line numbers from debug info :^)Andreas Kling
2021-02-04SymbolServer: Cache failed ELF loads as wellAndreas Kling
2021-02-04SymbolServer+LibSymbolClient: Just do one symbol per IPC messageAndreas Kling
2021-02-04SymbolServer: Add symbolication service for out-of-process ELF parsingAndreas Kling