1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:58:12 +00:00

Kernel: Embed a ProcessInfo notes entry in coredumps

This commit is contained in:
Linus Groh 2020-12-30 13:19:53 +01:00 committed by Andreas Kling
parent a28954a882
commit 6fe6e0a36a
2 changed files with 20 additions and 0 deletions

View file

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