HomeSort by relevance Sort by last modified time
    Searched defs:SBCommunication (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/API/
SBCommunication.cpp 1 //===-- SBCommunication.cpp -------------------------------------*- C++ -*-===//
10 #include "lldb/API/SBCommunication.h"
21 SBCommunication::SBCommunication() :
27 SBCommunication::SBCommunication(const char * broadcaster_name) :
34 log->Printf ("SBCommunication::SBCommunication (broadcaster_name=\"%s\") => "
35 "SBCommunication(%p)", broadcaster_name, m_opaque);
38 SBCommunication::~SBCommunication(
    [all...]
  /external/lldb/include/lldb/API/
SBCommunication.h 1 //===-- SBCommunication.h ---------------------------------------*- C++ -*-===//
18 class SBCommunication
32 SBCommunication ();
33 SBCommunication (const char * broadcaster_name);
34 ~SBCommunication ();
90 DISALLOW_COPY_AND_ASSIGN (SBCommunication);

Completed in 26 milliseconds