Home
last modified time | relevance | path

Searched refs:GetSourceInformationForAddress (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.81.4/tools/lldbmacros/
H A Dnet.py901 out_string += GetSourceInformationForAddress(kgm_pc)
912 out_string += GetSourceInformationForAddress(kgm_pc)
924 out_string += GetSourceInformationForAddress(kgm_pc)
938 out_string += GetSourceInformationForAddress(kgm_pc)
955 out_string += GetSourceInformationForAddress(kgm_pc)
969 out_string += GetSourceInformationForAddress(kgm_pc)
1000 out_string += GetSourceInformationForAddress(kgm_pc)
1013 out_string += GetSourceInformationForAddress(kgm_pc)
1043 out_string += GetSourceInformationForAddress(kgm_pc)
1056 out_string += GetSourceInformationForAddress(kgm_pc)
[all …]
H A Dwaitq.py265 last_waitstr = GetSourceInformationForAddress(unsigned(stats.last_wait[0]))
267 last_wakestr = GetSourceInformationForAddress(unsigned(stats.last_wakeup[0]))
269 fw_str = GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[0]))
275 …last_waitstr = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_wait[f])), las…
277 …last_wakestr = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_wakeup[f])), l…
279 …fw_str = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[f])), …
H A Dxnu.py632 def GetSourceInformationForAddress(addr): function
1442 print("\t" + GetSourceInformationForAddress(nextbt))
1517 GetSourceInformationForAddress(x[IDX_RINGENTRY].interrupted_pc))
H A Dprocess.py1760 out_string += prefix + GetSourceInformationForAddress(pc_val) + "\n"
1814 print(GetSourceInformationForAddress(ArgumentStringToInt(cmd_args[0])))
H A Dmbufs.py892 out_string = GetSourceInformationForAddress(unsigned(kgm_pc)) + "\n"
/xnu-12377.81.4/tools/lldbmacros/kmemory/
H A Dbtlog.py13 from xnu import GetSourceInformationForAddress
70 return (prefix + GetSourceInformationForAddress(pc) for pc in self.frames)
H A Dzone.py16 GetSourceInformationForAddress,