Skip to content

Commit 76047cc

Browse files
committed
Fixed method name.
1 parent 2e9d850 commit 76047cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NativeCore/Windows/NativeCore.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ void __stdcall ControlRemoteProcess(RC_Pointer handle, ControlRemoteProcessActio
2121

2222
bool __stdcall AttachDebuggerToProcess(RC_Pointer id);
2323
void __stdcall DetachDebuggerFromProcess(RC_Pointer id);
24-
bool __stdcall AwaitForDebugEvent(DebugEvent* evt, int timeoutInMilliseconds);
24+
bool __stdcall AwaitDebugEvent(DebugEvent* evt, int timeoutInMilliseconds);
2525
void __stdcall HandleDebugEvent(DebugEvent* evt);
2626
bool __stdcall SetHardwareBreakpoint(RC_Pointer id, RC_Pointer address, HardwareBreakpointRegister reg, HardwareBreakpointTrigger type, HardwareBreakpointSize size, bool set);

0 commit comments

Comments
 (0)