We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9d850 commit 76047ccCopy full SHA for 76047cc
NativeCore/Windows/NativeCore.hpp
@@ -21,6 +21,6 @@ void __stdcall ControlRemoteProcess(RC_Pointer handle, ControlRemoteProcessActio
21
22
bool __stdcall AttachDebuggerToProcess(RC_Pointer id);
23
void __stdcall DetachDebuggerFromProcess(RC_Pointer id);
24
-bool __stdcall AwaitForDebugEvent(DebugEvent* evt, int timeoutInMilliseconds);
+bool __stdcall AwaitDebugEvent(DebugEvent* evt, int timeoutInMilliseconds);
25
void __stdcall HandleDebugEvent(DebugEvent* evt);
26
bool __stdcall SetHardwareBreakpoint(RC_Pointer id, RC_Pointer address, HardwareBreakpointRegister reg, HardwareBreakpointTrigger type, HardwareBreakpointSize size, bool set);
0 commit comments