Home
last modified time | relevance | path

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

/xnu-8792.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.py278 last_waitstr = GetSourceInformationForAddress(unsigned(stats.last_wait[0]))
280 last_wakestr = GetSourceInformationForAddress(unsigned(stats.last_wakeup[0]))
282 fw_str = GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[0]))
288 …last_waitstr = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_wait[f])), las…
290 …last_wakestr = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_wakeup[f])), l…
292 …fw_str = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[f])), …
H A Dxnu.py455 def GetSourceInformationForAddress(addr): function
1124 print("\t" + GetSourceInformationForAddress(nextbt))
1199 GetSourceInformationForAddress(x[IDX_RINGENTRY].interrupted_pc))
H A Dkasan.py693 print(" {}".format(GetSourceInformationForAddress(frame)))
836 print("\t{}".format(GetSourceInformationForAddress(frame)))
H A Dprocess.py1485 out_string += prefix + GetSourceInformationForAddress(pc_val) + "\n"
1539 print(GetSourceInformationForAddress(ArgumentStringToInt(cmd_args[0])))
H A Dmbufs.py708 out_string = GetSourceInformationForAddress(unsigned(kgm_pc)) + "\n"