Terminate the target
(self)
| 744 | dbgcore.BNDebuggerRestart(self.handle) |
| 745 | |
| 746 | def quit(self) -> None: |
| 747 | """ |
| 748 | Terminate the target |
| 749 | """ |
| 750 | dbgcore.BNDebuggerQuit(self.handle) |
| 751 | |
| 752 | def quit_and_wait(self) -> None: |
| 753 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected