ladybird/Userland
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
..
Applications TextEditor: Implement word wrapping 2021-02-03 10:33:23 +01:00
Demos LibGfx: Implement scaling support for Painter::blit_filtered() 2021-01-25 22:31:07 +01:00
DevTools TextEditor: Implement word wrapping 2021-02-03 10:33:23 +01:00
DynamicLoader DynamicLoader: Remove some unnecessary #includes 2021-01-25 18:57:06 +01:00
Games Conway: Add interactivity 2021-01-22 22:14:08 +01:00
Libraries LibSymbolClient+bt: Move bt logic to SymbolClient::symbolicate_thread() 2021-02-04 23:20:39 +01:00
MenuApplets Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Services SymbolServer+bt: Symbolicate kernel addresses if /boot/Kernel available 2021-02-04 23:20:39 +01:00
Shell Shell: Make history range values larger than u32 a syntax error 2021-02-03 10:14:32 +01:00
Tests Kernel: Provide torture tool for invalid memory checks 2021-02-01 17:07:56 +01:00
Utilities LibSymbolClient+bt: Move bt logic to SymbolClient::symbolicate_thread() 2021-02-04 23:20:39 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00