Home
last modified time | relevance | path

Searched refs:SBValueFormatter (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/tools/lldbmacros/core/
H A Dstandard.py104 class SBValueFormatter(string.Formatter): class
284 return super(SBValueFormatter, self).convert_field(obj, conv)
286 @SBValueFormatter.converter("c_str", raw=True)
290 @SBValueFormatter.converter("human_size")
297 _xnu_core_default_formatter = SBValueFormatter()
H A D__init__.py5 from .standard import xnu_format, xnu_vformat, SBValueFormatter
/xnu-12377.81.4/tools/lldbmacros/kmemory/
H A Dvm.py14 SBValueFormatter,
49 @SBValueFormatter.converter("vm_prot")
482 @SBValueFormatter.converter("mte_cell_state")
/xnu-12377.81.4/tools/lldbmacros/
H A Dmemory.py3661 @SBValueFormatter.converter("vm_kern_tag")