index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
CoreDump.cpp
Age
Commit message (
Expand
)
Author
2021-01-28
Kernel: Generate coredump backtraces from "threads for coredump" list
Andreas Kling
2021-01-23
Kernel: Create core dumps with S_IFREG set (regular file)
Andreas Kling
2021-01-15
Kernel: Store process arguments and environment in coredumps
Linus Groh
2021-01-15
Kernel+LibELF+LibCoreDump+CrashReporter: Use JSON for ProcessInfo
Linus Groh
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-10
Kernel+SystemServer+CrashDaemon: Better control where we put core dumps
Andreas Kling
2021-01-03
Kernel+LibELF: Store termination signal in coredump ProcessInfo
Linus Groh
2020-12-30
Kernel: Embed a Metadata notes entry in coredumps
Linus Groh
2020-12-30
Kernel: Embed a ProcessInfo notes entry in coredumps
Linus Groh
2020-12-27
Kernel: CoreDump::write_program_headers: set NOTE p_memsz to p_filesz
Brendan Coles
2020-12-27
Kernel: Lock target process when generating core dump
Andreas Kling
2020-12-25
Kernel+LibC: Introduce a "dumpable" flag for processes
Andreas Kling
2020-12-22
Kernel: Abort core dump generation if any substep fails
Andreas Kling
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-15
Kernel: Remove harmless OOB ELF header access in core dump generation
Andreas Kling
2020-12-15
Kernel: Don't take LexicalPath as argument
Andreas Kling
2020-12-14
Kernel: Pass full path of output coredump file to CoreDump
Itamar
2020-12-14
LibELF: Refactor coredump notes section structures
Itamar
2020-12-14
Kernel: Generate a coredump file when a process crashes
Itamar