MCPcopy Create free account
hub / github.com/Vector35/debugger / quit_and_wait

Method quit_and_wait

api/python/debuggercontroller.py:752–756  ·  view source on GitHub ↗

Terminate the target, and wait for all callback to be called

(self)

Source from the content-addressed store, hash-verified

750 dbgcore.BNDebuggerQuit(self.handle)
751
752 def quit_and_wait(self) -> None:
753 """
754 Terminate the target, and wait for all callback to be called
755 """
756 dbgcore.BNDebuggerQuitAndWait(self.handle)
757
758 def connect(self) -> bool:
759 """

Callers 7

test_breakpointMethod · 0.95
test_threadMethod · 0.95
test_attachMethod · 0.95

Calls

no outgoing calls

Tested by 7

test_breakpointMethod · 0.76
test_threadMethod · 0.76
test_attachMethod · 0.76