Home
last modified time | relevance | path

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

/xnu-8020.121.3/tools/lldbmacros/
H A Dnet.py913 out_string += GetSourceInformationForAddress(kgm_pc)
924 out_string += GetSourceInformationForAddress(kgm_pc)
936 out_string += GetSourceInformationForAddress(kgm_pc)
950 out_string += GetSourceInformationForAddress(kgm_pc)
967 out_string += GetSourceInformationForAddress(kgm_pc)
981 out_string += GetSourceInformationForAddress(kgm_pc)
1011 out_string += GetSourceInformationForAddress(kgm_pc)
1022 out_string += GetSourceInformationForAddress(kgm_pc)
1034 out_string += GetSourceInformationForAddress(kgm_pc)
1048 out_string += GetSourceInformationForAddress(kgm_pc)
[all …]
H A Dwaitq.py271 last_waitstr = GetSourceInformationForAddress(unsigned(stats.last_wait[0]))
273 last_wakestr = GetSourceInformationForAddress(unsigned(stats.last_wakeup[0]))
275 fw_str = GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[0]))
281 …last_waitstr = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_wait[f])), las…
283 …last_wakestr = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_wakeup[f])), l…
285 …fw_str = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[f])), …
H A Dkasan.py113 print(" #{:}: {}".format(btframes-i-1, GetSourceInformationForAddress(fr)))
181 print(" #{:}: {}".format(btframes-i-1, GetSourceInformationForAddress(fr)))
H A Dxnu.py445 def GetSourceInformationForAddress(addr): function
1126 print("\t" + GetSourceInformationForAddress(nextbt))
1197 GetSourceInformationForAddress(x[IDX_RINGENTRY].interrupted_pc))
H A Dmbufs.py604 out_string = GetSourceInformationForAddress(unsigned(kgm_pc)) + "\n"
H A Dprocess.py1445 out_string += prefix + GetSourceInformationForAddress(pc_val) + "\n"
1499 print(GetSourceInformationForAddress(ArgumentStringToInt(cmd_args[0])))