feat: add support for console sessions to crashpad and crash handling in kernel
This commit is contained in:
@@ -141,7 +141,7 @@ namespace Hal {
|
||||
rep.timestampTick = Timekeeping::GetTicks();
|
||||
|
||||
CrashReport::AddReport(rep);
|
||||
Sched::SpawnCrashPad();
|
||||
Sched::SpawnCrashPad(proc->pid);
|
||||
|
||||
Sched::ExitProcess();
|
||||
__builtin_unreachable();
|
||||
|
||||
Reference in New Issue
Block a user