Home
last modified time | relevance | path

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

/xnu-10002.41.9/tools/lldbmacros/
H A Dnet.py915 out_string += GetSourceInformationForAddress(kgm_pc)
926 out_string += GetSourceInformationForAddress(kgm_pc)
938 out_string += GetSourceInformationForAddress(kgm_pc)
952 out_string += GetSourceInformationForAddress(kgm_pc)
969 out_string += GetSourceInformationForAddress(kgm_pc)
983 out_string += GetSourceInformationForAddress(kgm_pc)
1013 out_string += GetSourceInformationForAddress(kgm_pc)
1024 out_string += GetSourceInformationForAddress(kgm_pc)
1036 out_string += GetSourceInformationForAddress(kgm_pc)
1050 out_string += GetSourceInformationForAddress(kgm_pc)
[all …]
H A Dwaitq.py277 last_waitstr = GetSourceInformationForAddress(unsigned(stats.last_wait[0]))
279 last_wakestr = GetSourceInformationForAddress(unsigned(stats.last_wakeup[0]))
281 fw_str = GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[0]))
287 …last_waitstr = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_wait[f])), las…
289 …last_wakestr = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_wakeup[f])), l…
291 …fw_str = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[f])), …
H A Dxnu.py617 def GetSourceInformationForAddress(addr): function
1357 print("\t" + GetSourceInformationForAddress(nextbt))
1432 GetSourceInformationForAddress(x[IDX_RINGENTRY].interrupted_pc))
H A Dprocess.py1492 out_string += prefix + GetSourceInformationForAddress(pc_val) + "\n"
1546 print(GetSourceInformationForAddress(ArgumentStringToInt(cmd_args[0])))
H A Dmbufs.py883 out_string = GetSourceInformationForAddress(unsigned(kgm_pc)) + "\n"
H A Dmemory.py281 print(" " + GetSourceInformationForAddress(pc))
286 print(" " + GetSourceInformationForAddress(pc))
/xnu-10002.41.9/tools/lldbmacros/kmemory/
H A Dbtlog.py20 from xnu import GetSourceInformationForAddress
87 return (prefix + GetSourceInformationForAddress(pc) for pc in self.frames)
H A Dzone.py21 GetSourceInformationForAddress,
449 print(" " + GetSourceInformationForAddress(pc))
456 print(" " + GetSourceInformationForAddress(pc))