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
/
Libraries
/
LibSymbolication
Age
Commit message (
Expand
)
Author
2021-07-27
Kernel: Support loading the kernel at almost arbitrary virtual addresses
Gunnar Beutner
2021-07-27
LibSymbolication: Fix integer overflow when calculating region addresses
Gunnar Beutner
2021-07-22
Userland: Use /proc/kernel_base to determine the kernel base address
Gunnar Beutner
2021-07-22
AK: Add a getter to JsonValue to get machine-native addresses
Gunnar Beutner
2021-07-20
Userland: Hardcode the x86_64 kernel base address for now
Gunnar Beutner
2021-07-18
Kernel: Split debug symbols into a separate file
Gunnar Beutner
2021-06-24
LibSymbolication: Fix incorrect argument type for symbolicate()
Gunnar Beutner
2021-06-20
LibCoreDump: Don't subtract one from the first stack frame's EIP
Gunnar Beutner
2021-06-19
LibSymbolication+Utilities: Show inlined functions for bt
Gunnar Beutner
2021-06-19
LibDebug: Store LibDebug objects on the heap & make them non-copyable
Itamar
2021-05-22
LibSymbolication: Rename Client.{cpp,h} => Symbolication.{cpp,h}
Andreas Kling
2021-05-22
LibSymbolication: Name the shared object libsymbolication.so
Andreas Kling
2021-05-22
LibSymbolication+SystemMonitor+bt: Move symbolication back in-process
Andreas Kling
2021-05-22
Userland: Rename LibSymbolClient => LibSymbolication
Andreas Kling