summaryrefslogtreecommitdiff
path: root/Kernel/CoreDump.h
AgeCommit message (Expand)Author
2021-07-11Kernel: Use Forward.h headers moreAndreas Kling
2021-07-07Kernel: Replace usage of LexicalPath with KLexicalPathMax Wipfli
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibC+LibELF: Implement support for the dl_iterate_phdr helperGunnar Beutner
2021-02-28Kernel: Use default con/de-structorsBen Wiederhake
2020-12-30Kernel: Embed a Metadata notes entry in coredumpsLinus Groh
2020-12-30Kernel: Embed a ProcessInfo notes entry in coredumpsLinus Groh
2020-12-27Kernel: Lock target process when generating core dumpAndreas Kling
2020-12-22Kernel: Abort core dump generation if any substep failsAndreas Kling
2020-12-15Kernel: Make CoreDump::m_num_program_headers constAndreas Kling
2020-12-15Kernel: Don't take LexicalPath as argumentAndreas Kling
2020-12-14Kernel: Pass full path of output coredump file to CoreDumpItamar
2020-12-14LibELF: Refactor coredump notes section structuresItamar
2020-12-14Kernel: Generate a coredump file when a process crashesItamar