Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dnet.py902 out_string += GetSourceInformationForAddress(kgm_pc)
913 out_string += GetSourceInformationForAddress(kgm_pc)
925 out_string += GetSourceInformationForAddress(kgm_pc)
939 out_string += GetSourceInformationForAddress(kgm_pc)
956 out_string += GetSourceInformationForAddress(kgm_pc)
970 out_string += GetSourceInformationForAddress(kgm_pc)
1000 out_string += GetSourceInformationForAddress(kgm_pc)
1011 out_string += GetSourceInformationForAddress(kgm_pc)
1023 out_string += GetSourceInformationForAddress(kgm_pc)
1037 out_string += GetSourceInformationForAddress(kgm_pc)
[all …]
H A Dwaitq.py132 str = GetSourceInformationForAddress(unsigned(pc))
450 print "\t[{:d}] from: {:s}".format(v, GetSourceInformationForAddress(unsigned(k)))
781 last_waitstr = GetSourceInformationForAddress(unsigned(stats.last_wait[0]))
783 last_wakestr = GetSourceInformationForAddress(unsigned(stats.last_wakeup[0]))
785 fw_str = GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[0]))
791 …last_waitstr = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_wait[f])), las…
793 …last_wakestr = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_wakeup[f])), l…
795 …fw_str = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[f])), …
H A Dkasan.py109 print " #{:}: {}".format(btframes-i-1, GetSourceInformationForAddress(fr))
177 print " #{:}: {}".format(btframes-i-1, GetSourceInformationForAddress(fr))
H A Dxnu.py426 def GetSourceInformationForAddress(addr): function
1099 print "\t" + GetSourceInformationForAddress(nextbt)
1170 GetSourceInformationForAddress(x[IDX_RINGENTRY].interrupted_pc))
H A Dmbufs.py537 out_string = GetSourceInformationForAddress(unsigned(kgm_pc)) + "\n"
H A Dprocess.py1440 out_string += prefix + GetSourceInformationForAddress(pc_val) + "\n"
1494 print GetSourceInformationForAddress(ArgumentStringToInt(cmd_args[0]))