index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
bt.cpp
Age
Commit message (
Expand
)
Author
2021-07-22
Userland: Use /proc/kernel_base to determine the kernel base address
Gunnar Beutner
2021-07-20
Userland: Hardcode the x86_64 kernel base address for now
Gunnar Beutner
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-19
LibSymbolication+Utilities: Show inlined functions for bt
Gunnar Beutner
2021-06-01
LibGUI+Shell+bt+ls: Use proper APIs for creating file URLs
Max Wipfli
2021-05-23
Userland: Tweak the visual display of the `bt` utility
Brian Gianforcaro
2021-05-22
LibCore: Make all processes opt out of InspectorServer by default
Andreas Kling
2021-05-22
LibSymbolication: Rename Client.{cpp,h} => Symbolication.{cpp,h}
Andreas Kling
2021-05-22
LibSymbolication+SystemMonitor+bt: Move symbolication back in-process
Andreas Kling
2021-05-22
Userland: Rename LibSymbolClient => LibSymbolication
Andreas Kling
2021-05-13
Userland: Remove no-longer-needed unveil()'s of /tmp/rpc
Andreas Kling
2021-05-01
bt: Enumerate all threads when symbolizing stacks in the bt utility.
Brian Gianforcaro
2021-05-01
bt: Fix generation of click-able links for source files.
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-15
bt: add source file number integration
ElDonad
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-05
bt: Hyperlink filenames in backtraces if available :^)
Andreas Kling
2021-02-05
bt: Show filenames and line numbers when available :^)
Andreas Kling
2021-02-04
LibSymbolClient+bt: Move bt logic to SymbolClient::symbolicate_thread()
Andreas Kling
2021-02-04
SymbolServer+bt: Symbolicate kernel addresses if /boot/Kernel available
Andreas Kling
2021-02-04
bt: Add a little backtrace program that uses SymbolServer
Andreas Kling