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
commit d7568b28b4
Notes: sideshowbarker 2024-07-17 23:19:17 +09:00
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();