Restart the target
(self)
| 738 | return dbgcore.BNDebuggerLaunchAndWait(self.handle) |
| 739 | |
| 740 | def restart(self) -> None: |
| 741 | """ |
| 742 | Restart the target |
| 743 | """ |
| 744 | dbgcore.BNDebuggerRestart(self.handle) |
| 745 | |
| 746 | def quit(self) -> None: |
| 747 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected