kern: add handle table/process/suspend/resume debug
This commit is contained in:
@@ -25,4 +25,10 @@ namespace ams::kern::KDumpObject {
|
||||
void DumpThreadCallStack();
|
||||
void DumpThreadCallStack(u64 thread_id);
|
||||
|
||||
void DumpHandle();
|
||||
void DumpHandle(u64 process_id);
|
||||
|
||||
void DumpProcess();
|
||||
void DumpProcess(u64 process_id);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user