mirror of
https://github.com/cemu-project/idapython.git
synced 2024-12-26 17:51:54 +01:00
idc.py: Fixed GetDebuggerEvent().
This commit is contained in:
parent
32654c9ee8
commit
b961ced412
@ -6481,7 +6481,7 @@ def GetDebuggerEvent(wfne, timeout):
|
|||||||
|
|
||||||
@return: debugger event codes, see below
|
@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)
|
def ResumeProcess(): return GetDebuggerEvent(WFNE_CONT|WFNE_NOWAIT, 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user