MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / get_label_at_pc

Method get_label_at_pc

pydevd_attach_to_process/winappdbg/thread.py:978–983  ·  view source on GitHub ↗

@rtype: str @return: Label that points to the instruction currently being executed.

(self)

Source from the content-addressed store, hash-verified

976 return Base + address
977
978 def get_label_at_pc(self):
979 """
980 @rtype: str
981 @return: Label that points to the instruction currently being executed.
982 """
983 return self.get_process().get_label_at_address(self.get_pc())
984
985 def get_seh_chain_pointer(self):
986 """

Callers

nothing calls this directly

Calls 3

get_processMethod · 0.95
get_pcMethod · 0.95
get_label_at_addressMethod · 0.45

Tested by

no test coverage detected