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
Age
Commit message (
Expand
)
Author
2021-08-08
LibCoreDump: Make narrowing `uint64_t` => `FlatPtr` conversion explicit
Daniel Bertalan
2021-08-06
LibDebug+Everywhere: Make DebugInfo not own the ELF image
Ali Mohammad Pur
2021-07-27
LibCoreDump: Make symbolication work when .text isn't the first segment
Gunnar Beutner
2021-07-13
LibDebug: Implement symbolication for x86_64
Gunnar Beutner
2021-06-30
LibCoreDump: Change Backtrace debug info cache to member variable
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-29
Kernel+LibCoreDump: Implement more x86_64 coredump functionality
Gunnar Beutner
2021-06-24
Userland: Add more TODO()s for arch-specific code
Gunnar Beutner
2021-06-20
LibCoreDump: Don't subtract one from the first stack frame's EIP
Gunnar Beutner
2021-06-19
LibCoreDump: Include source locations of inlined functions in backtrace
Itamar
2021-06-19
LibCoreDump: Use "eip - 1" when creating backtrace entries
Itamar
2021-06-19
LibDebug: Store LibDebug objects on the heap & make them non-copyable
Itamar
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
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