String description of the target stop reason
(self)
| 1342 | |
| 1343 | @property |
| 1344 | def stop_reason_str(self) -> str: |
| 1345 | """ |
| 1346 | String description of the target stop reason |
| 1347 | """ |
| 1348 | return dbgcore.BNDebuggerGetStopReasonString(self.stop_reason) |
| 1349 | |
| 1350 | def write_stdin(self, data: str) -> None: |
| 1351 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected