Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp427 StreamString args_str; in GenerateOptionUsage() local
429 cmd.GetFormattedCommandArguments(args_str, opt_set_mask); in GenerateOptionUsage()
477 if (args_str.GetSize() > 0) { in GenerateOptionUsage()
480 strm << " " << args_str.GetString(); in GenerateOptionUsage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2600 std::string args_str = args.str(); in RunScriptBasedCommand() local
2602 impl_function, m_dictionary_name.c_str(), debugger_sp, args_str.c_str(), in RunScriptBasedCommand()
2645 std::string args_str = args.str(); in RunScriptBasedCommand() local
2648 args_str.c_str(), cmd_retobj, exe_ctx_ref_sp); in RunScriptBasedCommand()