mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
idc.py: Fixed GetDebuggerEvent().
This commit is contained in:
+1
-1
@@ -6481,7 +6481,7 @@ def GetDebuggerEvent(wfne, timeout):
|
||||
|
||||
@return: debugger event codes, see below
|
||||
"""
|
||||
return idaapi.wait_for_next_even(wfne, timeout)
|
||||
return idaapi.wait_for_next_event(wfne, timeout)
|
||||
|
||||
|
||||
def ResumeProcess(): return GetDebuggerEvent(WFNE_CONT|WFNE_NOWAIT, 0)
|
||||
|
||||
Reference in New Issue
Block a user