dmnt2: first pass at wait-for-application

This commit is contained in:
Michael Scire 2021-10-31 23:57:28 -07:00 committed by SciresM
parent 1d908295fe
commit ca0308c7ca
6 changed files with 39 additions and 9 deletions

View file

@ -109,7 +109,7 @@ namespace ams::dmnt {
m_status = ProcessStatus_DebugBreak;
}
public:
Result Attach(os::ProcessId process_id);
Result Attach(os::ProcessId process_id, bool start_process = false);
void Detach();
Result GetThreadContext(svc::ThreadContext *out, u64 thread_id, u32 flags);