mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 11:46:58 -04:00
dmnt2: first pass at wait-for-application
This commit is contained in:
parent
1d908295fe
commit
ca0308c7ca
6 changed files with 39 additions and 9 deletions
|
@ -42,6 +42,7 @@ namespace ams::dmnt {
|
|||
DebugProcess m_debug_process;
|
||||
os::ProcessId m_process_id{os::InvalidProcessId};
|
||||
os::Event m_event;
|
||||
os::ProcessId m_wait_process_id{os::InvalidProcessId};
|
||||
public:
|
||||
GdbServerImpl(int socket, void *thread_stack, size_t stack_size);
|
||||
~GdbServerImpl();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue