strat: prefer os::NativeHandle to Handle/svc::Handle where sensible
This commit is contained in:
@@ -21,7 +21,7 @@ namespace ams::osdbg {
|
||||
|
||||
struct ThreadInfo;
|
||||
|
||||
Result InitializeThreadInfo(ThreadInfo *thread_info, svc::Handle debug_handle, const svc::DebugInfoCreateProcess *create_process, const svc::DebugInfoCreateThread *create_thread);
|
||||
Result InitializeThreadInfo(ThreadInfo *thread_info, os::NativeHandle debug_handle, const svc::DebugInfoCreateProcess *create_process, const svc::DebugInfoCreateThread *create_thread);
|
||||
Result UpdateThreadInfo(ThreadInfo *thread_info);
|
||||
|
||||
Result GetThreadName(char *dst, const ThreadInfo *thread_info);
|
||||
|
||||
@@ -40,7 +40,7 @@ namespace ams::osdbg {
|
||||
uintptr_t _function;
|
||||
uintptr_t _name_pointer;
|
||||
impl::ThreadTypeCommon *_thread_type;
|
||||
svc::Handle _debug_handle;
|
||||
os::NativeHandle _debug_handle;
|
||||
ThreadTypeType _thread_type_type;
|
||||
svc::DebugInfoCreateProcess _debug_info_create_process;
|
||||
svc::DebugInfoCreateThread _debug_info_create_thread;
|
||||
|
||||
Reference in New Issue
Block a user