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

Method regs

api/python/debuggercontroller.py:702–708  ·  view source on GitHub ↗

All registers of the target :return: a list of ``DebugRegister``

(self)

Source from the content-addressed store, hash-verified

700
701 @property
702 def regs(self) -> DebugRegisters:
703 """
704 All registers of the target
705
706 :return: a list of ``DebugRegister``
707 """
708 return DebugRegisters(self.handle)
709
710 def get_reg_value(self, reg: str) -> int:
711 """

Callers

nothing calls this directly

Calls 1

DebugRegistersClass · 0.85

Tested by

no test coverage detected