Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBStringList.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 …]
DSBCommandInterpreter.cpp149 SBStringList &matches) in HandleCompletion()
176 SBStringList temp_list (&lldb_matches); in HandleCompletion()
190 lldb::SBStringList &matches) in HandleCompletion()
DCMakeLists.txt35 SBStringList.cpp
DAndroid.mk44 SBStringList.cpp \
DSBDebugger.cpp960 SBStringList
963 SBStringList ret_value; in GetInternalVariableValue()
982 return SBStringList(&string_list); in GetInternalVariableValue()
986 return SBStringList(); in GetInternalVariableValue()
/external/lldb/include/lldb/API/
DSBStringList.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);
DSBCommandInterpreter.h106 lldb::SBStringList &matches);
113 lldb::SBStringList &matches);
DSBDefines.h62 class SBStringList; variable
DSBDebugger.h241 static lldb::SBStringList
/external/lldb/scripts/Python/interface/
DSBStringList.i12 class SBStringList
16 SBStringList ();
18 SBStringList (const lldb::SBStringList &rhs);
20 ~SBStringList ();
32 AppendList (const lldb::SBStringList &strings);
DSBCommandInterpreter.i122 lldb::SBStringList &matches);
DSBDebugger.i307 static lldb::SBStringList
/external/lldb/www/cpp_reference/html/
DSBStringList_8h__dep__incl.map1 <map id="SBStringList.h" name="SBStringList.h">
DSBStringList_8h__incl.map1 <map id="SBStringList.h" name="SBStringList.h">
DSBDefines_8h__dep__incl.map39 <area shape="rect" id="node141" href="$SBStringList_8h.html" title="SBStringList.h" alt="" coords="…
DLLDB_8h__incl.map36 <area shape="rect" id="node170" href="$SBStringList_8h.html" title="lldb/API/SBStringList.h" alt=""…
/external/lldb/test/python_api/default-constructor/
Dsb_stringlist.py12 obj.AppendList(lldb.SBStringList())
DTestDefaultConstructorForAPIObjects.py256 obj = lldb.SBStringList()
/external/lldb/scripts/
Dlldb.swig86 #include "lldb/API/SBStringList.h"
150 %include "./Python/interface/SBStringList.i"
/external/lldb/utils/vim-lldb/python-vim-lldb/
Dlldb_controller.py87 result = lldb.SBStringList()
/external/lldb/www/python_reference/
Dapi-objects.txt3542 lldb.SBStringList lldb.SBStringList-class.html
3543 lldb.SBStringList.__swig_getmethods__ lldb.SBStringList-class.html#__swig_getmethods__
3544 lldb.SBStringList.GetStringAtIndex lldb.SBStringList-class.html#GetStringAtIndex
3545 lldb.SBStringList.__init__ lldb.SBStringList-class.html#__init__
3546 lldb.SBStringList.__setattr__ lldb.SBStringList-class.html#__setattr__
3547 lldb.SBStringList.__getattr__ lldb.SBStringList-class.html#__getattr__
3548 lldb.SBStringList.GetSize lldb.SBStringList-class.html#GetSize
3549 lldb.SBStringList.Clear lldb.SBStringList-class.html#Clear
3550 lldb.SBStringList.__len__ lldb.SBStringList-class.html#__len__
3551 lldb.SBStringList.__del__ lldb.SBStringList-class.html#__del__
[all …]
/external/lldb/tools/driver/
DIOChannel.cpp105 SBStringList completions; in HandleCompletion()
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj579 …57671116E7B5200E8ED2F /* SBStringList.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A357670116…
580 …7673116E7B6400E8ED2F /* SBStringList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A35767211…
879 …142D83060017FEA3 /* SBStringList.i */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.…
1655SBStringList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h;…
1656SBStringList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cp…
2123 2611FF0B142D83060017FEA3 /* SBStringList.i */,
2227 9A357670116E7B5200E8ED2F /* SBStringList.h */,
2228 9A357672116E7B6400E8ED2F /* SBStringList.cpp */,
3497 9A357671116E7B5200E8ED2F /* SBStringList.h in Headers */,
3900 9A357673116E7B6400E8ED2F /* SBStringList.cpp in Sources */,