mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Kernel: Embed a Metadata notes entry in coredumps
This commit is contained in:
parent
91332515a6
commit
d84b96bddc
Notes:
sideshowbarker
2024-07-19 00:22:13 +09:00
Author: https://github.com/linusg
Commit: d84b96bddc
Pull-request: https://github.com/SerenityOS/serenity/pull/4661
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
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