osdbg: implement thread info api

This commit is contained in:
Michael Scire
2021-07-19 17:35:00 -07:00
parent 74ca199c94
commit cf27c8a7a2
19 changed files with 912 additions and 7 deletions

View File

@@ -121,7 +121,7 @@ namespace ams::svc {
struct DebugInfoCreateThread {
u64 thread_id;
u32 tls_address;
u32 entrypoint;
/* Removed in 11.0.0 u32 entrypoint; */
};
struct DebugInfoExitProcess {