Home
last modified time | relevance | path

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

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