Home
last modified time | relevance | path

Searched refs:CopyList (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/unittests/Utility/
H A DStringListTest.cpp385 EXPECT_EQ("", s.CopyList()); in TEST()
386 EXPECT_EQ("", s.CopyList("+")); in TEST()
393 EXPECT_EQ("ab", s.CopyList()); in TEST()
394 EXPECT_EQ("-ab", s.CopyList("-")); in TEST()
397 TEST(StringListTest, CopyList) { in TEST() argument
402 EXPECT_EQ("ab\ncd", s.CopyList()); in TEST()
403 EXPECT_EQ("-ab\n-cd", s.CopyList("-")); in TEST()
/llvm-project/lldb/source/Expression/
H A DREPL.cpp151 std::string source_string(lines.CopyList()); in IOHandlerIsInputComplete()
460 std::string code(m_code.CopyList()); in IOHandlerInputComplete()
526 current_code.append(m_code.CopyList()); in IOHandlerComplete()
/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h101 std::string CopyList(const char *item_preamble = nullptr,
/llvm-project/lldb/source/Utility/
H A DStringList.cpp198 std::string StringList::CopyList(const char *item_preamble, in CopyList() function in StringList
/llvm-project/lldb/source/Core/
H A DIOHandler.cpp585 line = lines.CopyList(); in Run()
/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp210 lines.CopyList(" ").c_str()); in IOHandlerInputComplete()
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1267 std::string function_def_string(function_def.CopyList()); in SetWatchpointCommandCallback()