Home
last modified time | relevance | path

Searched refs:SBStringList (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBStringList.cpp17 SBStringList::SBStringList () : in SBStringList() function in SBStringList
22 SBStringList::SBStringList (const lldb_private::StringList *lldb_strings_ptr) : in SBStringList() function in SBStringList
29 SBStringList::SBStringList (const SBStringList &rhs) : in SBStringList() function in SBStringList
37 const SBStringList &
38 SBStringList::operator = (const SBStringList &rhs) in operator =()
50 SBStringList::~SBStringList () in ~SBStringList()
55 SBStringList::operator->() const in operator ->()
61 SBStringList::operator*() const in operator *()
67 SBStringList::IsValid() const in IsValid()
73 SBStringList::AppendString (const char *str) in AppendString()
[all …]
HDSBCommandInterpreter.cpp165 SBStringList &matches) in HandleCompletion()
192 SBStringList temp_list (&lldb_matches); in HandleCompletion()
206 lldb::SBStringList &matches) in HandleCompletion()
HDSBDebugger.cpp1032 SBStringList
1035 SBStringList ret_value; in GetInternalVariableValue()
1054 return SBStringList(&string_list); in GetInternalVariableValue()
1058 return SBStringList(); in GetInternalVariableValue()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBStringList.h17 class SBStringList
21 SBStringList ();
23 SBStringList (const lldb::SBStringList &rhs);
25 const SBStringList &
26 operator = (const SBStringList &rhs);
28 ~SBStringList ();
40 AppendList (const lldb::SBStringList &strings);
55 SBStringList (const lldb_private::StringList *lldb_strings);
HDSBCommandInterpreter.h106 lldb::SBStringList &matches);
113 lldb::SBStringList &matches);
HDSBDefines.h61 class SBStringList; variable
HDSBDebugger.h253 static lldb::SBStringList
/trueos/lib/clang/liblldbAPI/
HDMakefile41 SBStringList.cpp \