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

Method attach_and_wait

api/python/debuggercontroller.py:814–820  ·  view source on GitHub ↗

Attach to a running process and wait until all debugger events are processed The PID of the target process must be set via DebuggerState.pid_attach

(self)

Source from the content-addressed store, hash-verified

812 return dbgcore.BNDebuggerAttach(self.handle)
813
814 def attach_and_wait(self) -> bool:
815 """
816 Attach to a running process and wait until all debugger events are processed
817
818 The PID of the target process must be set via DebuggerState.pid_attach
819 """
820 return dbgcore.BNDebuggerAttachAndWait(self.handle)
821
822 def go(self) -> bool:
823 """

Callers 1

test_attachMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_attachMethod · 0.76