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.cpp419 StreamString args_str; in GenerateOptionUsage() local
421 cmd.GetFormattedCommandArguments(args_str, opt_set_mask); in GenerateOptionUsage()
469 if (args_str.GetSize() > 0) { in GenerateOptionUsage()
472 strm << " " << args_str.GetString(); in GenerateOptionUsage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2578 std::string args_str = args.str(); in RunScriptBasedCommand() local
2580 impl_function, m_dictionary_name.c_str(), debugger_sp, args_str.c_str(), in RunScriptBasedCommand()
2621 std::string args_str = args.str(); in RunScriptBasedCommand() local
2624 args_str.c_str(), cmd_retobj, exe_ctx_ref_sp); in RunScriptBasedCommand()