Home
last modified time | relevance | path

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

/xnu-10002.41.9/tools/lldbmacros/
H A Dxnu.py82 stream = CommandOutput(summary_function_name, fhandle=sys.stdout)
283 stream = CommandOutput(cmd_name, result)
364 stream = CommandOutput(cmd_name, fhandle=sys.stdout)
/xnu-10002.41.9/tools/lldbmacros/core/
H A Dstandard.py310 class CommandOutput(object): class