Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/support/
H A Dseven.py8 get_command_status_output = commands.getstatusoutput variable
12 def get_command_status_output(command): function
25 return get_command_status_output(command)[1]