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
commit d84b96bddc
Notes: sideshowbarker 2024-07-19 00:22:13 +09:00
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;