Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp434 StreamString args_str; in GenerateOptionUsage() local
436 cmd->GetFormattedCommandArguments(args_str, opt_set_mask); in GenerateOptionUsage()
515 if (args_str.GetSize() > 0) { in GenerateOptionUsage()
519 strm << " " << args_str.GetString(); in GenerateOptionUsage()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp3016 std::string args_str = args.str(); in RunScriptBasedCommand() local
3018 impl_function, m_dictionary_name.c_str(), debugger_sp, args_str.c_str(), in RunScriptBasedCommand()
3060 std::string args_str = args.str(); in RunScriptBasedCommand() local
3062 debugger_sp, args_str.c_str(), in RunScriptBasedCommand()