1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:18:11 +00:00
serenity/Userland/Libraries/LibSymbolClient
Andreas Kling b7d16e3496 LibSymbolClient+bt: Move bt logic to SymbolClient::symbolicate_thread()
Since this is useful in many places, let's have a common implementation
of walking the stack of a given thread via /proc and symbolicating each
of the frames.
2021-02-04 23:20:39 +01:00
..
Client.cpp LibSymbolClient+bt: Move bt logic to SymbolClient::symbolicate_thread() 2021-02-04 23:20:39 +01:00
Client.h LibSymbolClient+bt: Move bt logic to SymbolClient::symbolicate_thread() 2021-02-04 23:20:39 +01:00
CMakeLists.txt LibSymbolClient: Add helper library for interfacing with SymbolServer 2021-02-04 23:20:39 +01:00