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.h
Age
Commit message (
Expand
)
Author
2021-07-11
Kernel: Use Forward.h headers more
Andreas Kling
2021-07-07
Kernel: Replace usage of LexicalPath with KLexicalPath
Max Wipfli
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibC+LibELF: Implement support for the dl_iterate_phdr helper
Gunnar Beutner
2021-02-28
Kernel: Use default con/de-structors
Ben Wiederhake
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: Lock target process when generating core dump
Andreas Kling
2020-12-22
Kernel: Abort core dump generation if any substep fails
Andreas Kling
2020-12-15
Kernel: Make CoreDump::m_num_program_headers const
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