1
Fork 0
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:
Linus Groh 2020-12-30 15:20:30 +01:00 committed by Andreas Kling
parent 91332515a6
commit d84b96bddc
2 changed files with 20 additions and 0 deletions

View file

@ -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;