The IP (instruction pointer) when the target breaks last time.
(self)
| 1281 | |
| 1282 | @property |
| 1283 | def last_ip(self) -> int: |
| 1284 | """ |
| 1285 | The IP (instruction pointer) when the target breaks last time. |
| 1286 | """ |
| 1287 | return dbgcore.BNDebuggerGetLastIP(self.handle) |
| 1288 | |
| 1289 | @property |
| 1290 | def exit_code(self) -> int: |
nothing calls this directly
no outgoing calls
no test coverage detected