Whether the target is running (read-only)
(self)
| 577 | |
| 578 | @property |
| 579 | def running(self) -> bool: |
| 580 | """Whether the target is running (read-only)""" |
| 581 | return dbgcore.BNDebuggerIsRunning(self.handle) |
| 582 | |
| 583 | @property |
| 584 | def stack_pointer(self) -> int: |
nothing calls this directly
no outgoing calls
no test coverage detected