Home
last modified time | relevance | path

Searched defs:command_args (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/examples/python/
H A Dglobals.py72 def globals(command_args): argument
H A Ddelta.py64 def parse_time_log_args(command_args): argument
H A Dsymbolication.py714 def Symbolicate(debugger, command_args): argument
H A Dcrashlog.py1784 def SymbolicateCrashLogs(debugger, command_args, result, is_command): argument
/llvm-project/lldb/test/API/python_api/interpreter/
H A DTestCommandOverrideCallback.py24 def foo(*command_args):
/llvm-project/openmp/runtime/test/affinity/format/
H A Dcheck.py86 command_args = parser.parse_args() variable
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2004 Args command_args(command_string); HandleCommand() local