Terminate the target, and wait for all callback to be called
(self)
| 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 | """ |
no outgoing calls