Home
last modified time | relevance | path

Searched defs:command_line (Results 1 – 9 of 9) sorted by relevance

/llvm-project/lldb/test/API/test_runner/test/
H A Dinferior.py12 def parse_args(command_line): argument
138 def main(command_line): argument
/llvm-project/lldb/examples/customization/bin-utils/
H A Dbinutils.py65 def utob(debugger, command_line, result, dict): argument
97 def itob(debugger, command_line, result, dict): argument
/llvm-project/lldb/examples/customization/pwd-cd-and-system/
H A Dutils.py43 def system(debugger, command_line, result, dict): argument
/llvm-project/lldb/source/Utility/
H A DCompletionRequest.cpp14 CompletionRequest::CompletionRequest(llvm::StringRef command_line, in CompletionRequest()
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp170 SBCommandInterpreter::HandleCommand(const char *command_line, in HandleCommand()
180 const char *command_line, SBExecutionContext &override_context, in HandleCommand()
425 void SBCommandInterpreter::ResolveCommand(const char *command_line, in ResolveCommand()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp225 InternalScopedString command_line; StartSymbolizerSubprocess() local
/llvm-project/clang/tools/c-index-test/
H A Dcore_main.cpp382 indextest_perform_shell_execution(const char * command_line) indextest_perform_shell_execution() argument
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp252 void CommandInterpreter::ResolveCommand(const char *command_line, in ResolveCommand() argument
1836 HandleCommand(const char * command_line,LazyBool lazy_add_to_history,const ExecutionContext & override_context,CommandReturnObject & result) HandleCommand() argument
1847 HandleCommand(const char * command_line,LazyBool lazy_add_to_history,CommandReturnObject & result,bool force_repeat_command) HandleCommand() argument
3414 ResolveCommandImpl(std::string & command_line,CommandReturnObject & result) ResolveCommandImpl() argument
[all...]
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-death-test.cc795 std::string command_line = std::string(::GetCommandLineA()) + " " + in AssumeRole() local