Home
last modified time | relevance | path

Searched refs:SBCommunication (Results 1 – 18 of 18) sorted by relevance

/external/lldb/source/API/
DSBCommunication.cpp21 SBCommunication::SBCommunication() : in SBCommunication() function in SBCommunication
27 SBCommunication::SBCommunication(const char * broadcaster_name) : in SBCommunication() function in SBCommunication
38 SBCommunication::~SBCommunication() in ~SBCommunication()
47 SBCommunication::IsValid () const in IsValid()
53 SBCommunication::GetCloseOnEOF () in GetCloseOnEOF()
61 SBCommunication::SetCloseOnEOF (bool b) in SetCloseOnEOF()
68 SBCommunication::Connect (const char *url) in Connect()
80 SBCommunication::AdoptFileDesriptor (int fd, bool owns_fd) in AdoptFileDesriptor()
108 SBCommunication::Disconnect () in Disconnect()
124 SBCommunication::IsConnected () const in IsConnected()
[all …]
DCMakeLists.txt11 SBCommunication.cpp
DAndroid.mk20 SBCommunication.cpp \
/external/lldb/include/lldb/API/
DSBCommunication.h18 class SBCommunication
32 SBCommunication ();
33 SBCommunication (const char * broadcaster_name);
34 ~SBCommunication ();
90 DISALLOW_COPY_AND_ASSIGN (SBCommunication);
DSBDefines.h37 class SBCommunication; variable
DSBBroadcaster.h76 friend class SBCommunication; variable
DSBError.h72 friend class SBCommunication; variable
/external/lldb/scripts/Python/interface/
DSBCommunication.i12 class SBCommunication
26 SBCommunication ();
27 SBCommunication (const char * broadcaster_name);
28 ~SBCommunication ();
/external/lldb/www/cpp_reference/html/
DSBCommunication_8h__dep__incl.map1 <map id="SBCommunication.h" name="SBCommunication.h">
DSBCommunication_8h__incl.map1 <map id="SBCommunication.h" name="SBCommunication.h">
DSBError_8h__dep__incl.map3 <area shape="rect" id="node5" href="$SBCommunication_8h.html" title="SBCommunication.h" alt="" coor…
DSBDefines_8h__dep__incl.map18 <area shape="rect" id="node59" href="$SBCommunication_8h.html" title="SBCommunication.h" alt="" coo…
DLLDB_8h__incl.map26 <area shape="rect" id="node117" href="$SBCommunication_8h.html" title="lldb/API/SBCommunication.h" …
/external/lldb/scripts/
Dlldb.swig62 #include "lldb/API/SBCommunication.h"
126 %include "./Python/interface/SBCommunication.i"
/external/lldb/www/python_reference/
Dapi-objects.txt2579 lldb.SBCommunication lldb.SBCommunication-class.html
2580 lldb.SBCommunication.__swig_getmethods__ lldb.SBCommunication-class.html#__swig_getmethods__
2581 lldb.SBCommunication.ReadThreadIsRunning lldb.SBCommunication-class.html#ReadThreadIsRunning
2582 lldb.SBCommunication.eBroadcastBitReadThreadDidExit lldb.SBCommunication-class.html#eBroadcastBitRe…
2583 lldb.SBCommunication.__swig_setmethods__ lldb.SBCommunication-class.html#__swig_setmethods__
2584 lldb.SBCommunication.Write lldb.SBCommunication-class.html#Write
2585 lldb.SBCommunication.IsConnected lldb.SBCommunication-class.html#IsConnected
2586 lldb.SBCommunication.Disconnect lldb.SBCommunication-class.html#Disconnect
2587 lldb.SBCommunication.ReadThreadStart lldb.SBCommunication-class.html#ReadThreadStart
2588 lldb.SBCommunication.__init__ lldb.SBCommunication-class.html#__init__
[all …]
/external/lldb/test/python_api/default-constructor/
DTestDefaultConstructorForAPIObjects.py84 obj = lldb.SBCommunication()
/external/lldb/tools/driver/
DDriver.cpp1310 SBCommunication master_out_comm("driver.editline"); in MainLoop()
1325 SBCommunication out_comm_2("driver.editline_output"); in MainLoop()
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj121 …1F115FD13D008E1FE4 /* SBCommunication.h in Headers */ = {isa = PBXBuildFile; fileRef = 260223E7115…
145 …1116005E9008E1FE4 /* SBCommunication.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260223E811…
745SBCommunication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c…
746SBCommunication.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode…
858 …D83060017FEA3 /* SBCommunication.i */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.…
2099 2611FEF6142D83060017FEA3 /* SBCommunication.i */,
2179 260223E7115F06D500A601A2 /* SBCommunication.h */,
2180 260223E8115F06E500A601A2 /* SBCommunication.cpp */,
3474 2668021F115FD13D008E1FE4 /* SBCommunication.h in Headers */,
3883 26680331116005E9008E1FE4 /* SBCommunication.cpp in Sources */,