summaryrefslogtreecommitdiff
path: root/Userland/Utilities/bt.cpp
AgeCommit message (Expand)Author
2021-05-13Userland: Remove no-longer-needed unveil()'s of /tmp/rpcAndreas Kling
2021-05-01bt: Enumerate all threads when symbolizing stacks in the bt utility.Brian Gianforcaro
2021-05-01bt: Fix generation of click-able links for source files.Brian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-15bt: add source file number integrationElDonad
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-05bt: Hyperlink filenames in backtraces if available :^)Andreas Kling
2021-02-05bt: Show filenames and line numbers when available :^)Andreas Kling
2021-02-04LibSymbolClient+bt: Move bt logic to SymbolClient::symbolicate_thread()Andreas Kling
2021-02-04SymbolServer+bt: Symbolicate kernel addresses if /boot/Kernel availableAndreas Kling
2021-02-04bt: Add a little backtrace program that uses SymbolServerAndreas Kling