Home
last modified time | relevance | path

Searched refs:CommandOutput (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/tools/lldbmacros/
H A Dkext.py41 CommandOutput
355 def ShowAllKexts(cmd_args=None, cmd_options={}, O: CommandOutput=None): argument
H A Dxnu.py83 stream = CommandOutput(summary_function_name, fhandle=sys.stdout)
296 stream = CommandOutput(cmd_name, result)
381 stream = CommandOutput(cmd_name, fhandle=sys.stdout)
/xnu-12377.81.4/tools/lldbmacros/core/
H A Dstandard.py308 class CommandOutput(object): class