Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dxnu.py78 stream = CommandOutput(summary_function_name, fhandle=sys.stdout)
284 stream = CommandOutput(cmd_name, result)
365 stream = CommandOutput(cmd_name, fhandle=sys.stdout)
/xnu-11215/tools/lldbmacros/core/
H A Dstandard.py306 class CommandOutput(object): class