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

Kernel: Surface errors when generating a process core dump :^)

This commit is contained in:
Brian Gianforcaro 2021-11-29 03:06:33 -08:00 committed by Andreas Kling
parent fa517b213a
commit d7568b28b4
2 changed files with 11 additions and 9 deletions

View file

@ -527,7 +527,7 @@ private:
void kill_threads_except_self();
void kill_all_threads();
bool dump_core();
ErrorOr<void> dump_core();
bool dump_perfcore();
bool create_perf_events_buffer_if_needed();
void delete_perf_events_buffer();