mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:38:11 +00:00
Kernel: Embed a Metadata notes entry in coredumps
This commit is contained in:
parent
91332515a6
commit
d84b96bddc
2 changed files with 20 additions and 0 deletions
|
@ -57,6 +57,7 @@ private:
|
|||
ByteBuffer create_notes_process_data() const;
|
||||
ByteBuffer create_notes_threads_data() const;
|
||||
ByteBuffer create_notes_regions_data() const;
|
||||
ByteBuffer create_notes_metadata_data() const;
|
||||
|
||||
NonnullRefPtr<Process> m_process;
|
||||
NonnullRefPtr<FileDescription> m_fd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue