Searched refs:proc_flag_explain_strings (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/tools/lldbmacros/
H A Dxnudefines.py27 proc_flag_explain_strings = ["!0x00000004 - process is 32 bit", #only exception that does not follow bit settings variable
H A Dprocess.py64 out_string += "\t" + xnudefines.proc_flag_explain_strings[i] + "\n"
66 out_string += "\t" + xnudefines.proc_flag_explain_strings[0] + "\n"

Completed in 22 milliseconds