Idan Horowitz
|
2c93123daf
Kernel: Replace process' regions vector with a Red Black tree
|
4 年之前 |
Idan Horowitz
|
9f656b6fa9
LibCoreDump+CrashDaemon: Compress coredumps
|
4 年之前 |
Ben Wiederhake
|
860a3bbce3
Kernel: Use default con/de-structors
|
4 年之前 |
Andreas Kling
|
3c9cebea6e
Kernel: Fix some clang-tidy whines in CoreDump
|
4 年之前 |
Andreas Kling
|
f39c2b653e
Kernel: Reorganize ptrace implementation a bit
|
4 年之前 |
Andreas Kling
|
f1b5def8fd
Kernel: Factor address space management out of the Process class
|
4 年之前 |
Andreas Kling
|
5ff355c0cd
Kernel: Generate coredump backtraces from "threads for coredump" list
|
4 年之前 |
Andreas Kling
|
8a9853d5da
Kernel: Create core dumps with S_IFREG set (regular file)
|
4 年之前 |
Linus Groh
|
1ccc2e6482
Kernel: Store process arguments and environment in coredumps
|
4 年之前 |
Linus Groh
|
568cde5e23
Kernel+LibELF+LibCoreDump+CrashReporter: Use JSON for ProcessInfo
|
4 年之前 |
Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
4 年之前 |
Andreas Kling
|
190e0e1551
Kernel+SystemServer+CrashDaemon: Better control where we put core dumps
|
4 年之前 |
Linus Groh
|
0571a17f57
Kernel+LibELF: Store termination signal in coredump ProcessInfo
|
4 年之前 |
Linus Groh
|
d84b96bddc
Kernel: Embed a Metadata notes entry in coredumps
|
4 年之前 |
Linus Groh
|
6fe6e0a36a
Kernel: Embed a ProcessInfo notes entry in coredumps
|
4 年之前 |
Brendan Coles
|
fae2304c67
Kernel: CoreDump::write_program_headers: set NOTE p_memsz to p_filesz
|
4 年之前 |
Andreas Kling
|
87492e723b
Kernel: Lock target process when generating core dump
|
4 年之前 |
Andreas Kling
|
82f86e35d6
Kernel+LibC: Introduce a "dumpable" flag for processes
|
4 年之前 |
Andreas Kling
|
2dfe5751f3
Kernel: Abort core dump generation if any substep fails
|
4 年之前 |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 年之前 |
Andreas Kling
|
be0816507a
Kernel: Remove harmless OOB ELF header access in core dump generation
|
4 年之前 |
Andreas Kling
|
ff8bf4db8d
Kernel: Don't take LexicalPath as argument
|
4 年之前 |
Itamar
|
39890af833
Kernel: Pass full path of output coredump file to CoreDump
|
4 年之前 |
Itamar
|
349c6780ce
LibELF: Refactor coredump notes section structures
|
4 年之前 |
Itamar
|
b4842d33bb
Kernel: Generate a coredump file when a process crashes
|
4 年之前 |