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
/
LibCoreDump
/
Reader.cpp
Age
Commit message (
Expand
)
Author
2021-08-08
LibCoreDump: Make narrowing `uint64_t` => `FlatPtr` conversion explicit
Daniel Bertalan
2021-07-27
LibCoreDump: Make symbolication work when .text isn't the first segment
Gunnar Beutner
2021-06-29
Kernel+LibCoreDump: Implement more x86_64 coredump functionality
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibCoreDump: Convert String::format() => String::formatted()
Andreas Kling
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-03-28
LibCoreDump+CrashDaemon: Compress coredumps
Idan Horowitz
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
LibELF: Fix various clang-tidy warnings
Andreas Kling
2021-01-15
LibCoreDump: Expose arguments and environment
Linus Groh
2021-01-15
LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specific
Linus Groh
2021-01-15
Kernel+LibELF+LibCoreDump+CrashReporter: Use JSON for ProcessInfo
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling