kern: implement thread call stack debug

This commit is contained in:
Michael Scire 2020-12-09 22:49:04 -08:00
parent 16e2f46aed
commit af259eabda
11 changed files with 657 additions and 32 deletions

View file

@ -470,7 +470,8 @@ namespace ams::svc {
};
enum KernelDebugType : u32 {
KernelDebugType_Thread = 0,
KernelDebugType_Thread = 0,
KernelDebugType_ThreadCallStack = 1,
};
enum KernelTraceState : u32 {