mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 10:01:13 +09:00
Kernel: Embed a ProcessInfo notes entry in coredumps
This commit is contained in:
parent
a28954a882
commit
6fe6e0a36a
Notes:
sideshowbarker
2024-07-19 00:22:56 +09:00
Author: https://github.com/linusg
Commit: 6fe6e0a36a
Pull-request: https://github.com/SerenityOS/serenity/pull/4654
2 changed files with 20 additions and 0 deletions
|
@ -54,6 +54,7 @@ private:
|
|||
[[nodiscard]] KResult write_notes_segment(ByteBuffer&);
|
||||
|
||||
ByteBuffer create_notes_segment_data() const;
|
||||
ByteBuffer create_notes_process_data() const;
|
||||
ByteBuffer create_notes_threads_data() const;
|
||||
ByteBuffer create_notes_regions_data() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue