MCPcopy Create free account
hub / github.com/Vector35/debugger / last_ip

Method last_ip

api/python/debuggercontroller.py:1283–1287  ·  view source on GitHub ↗

The IP (instruction pointer) when the target breaks last time.

(self)

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected