Home
last modified time | relevance | path

Searched refs:GetQuotedCommandString (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DArgsTest.cpp161 TEST(ArgsTest, GetQuotedCommandString) { in TEST() argument
167 ASSERT_TRUE(args.GetQuotedCommandString(stdstr)); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArgs.h112 bool GetQuotedCommandString(std::string &command) const;
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHost.cpp218 launch_info.GetArguments().GetQuotedCommandString(quoted_cmd_string); in ShellExpandArguments()
/llvm-project-15.0.7/lldb/source/Utility/
H A DArgs.cpp224 bool Args::GetQuotedCommandString(std::string &command) const { in GetQuotedCommandString() function in Args
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp176 if (!copy_args.GetQuotedCommandString(repeat_command)) in GetRepeatCommand()