Searched refs:ConnectionMachPort (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DConnectionMachPort.h1 //===-- ConnectionMachPort.h --------------------------------*- C++ -*-===//
24 class ConnectionMachPort : class in inherits:lldb_private::Connection
28 ConnectionMachPort ();
31 ~ConnectionMachPort ();
87 DISALLOW_COPY_AND_ASSIGN (ConnectionMachPort);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DConnectionMachPort.cpp1 //===-- ConnectionMachPort.cpp ----------------------------*- C++ -*-===//
11 #include "lldb/Core/ConnectionMachPort.h"
29 ConnectionMachPort::PayloadType payload;
34 ConnectionMachPort::ConnectionMachPort () : function in class:ConnectionMachPort
41 ConnectionMachPort::~ConnectionMachPort ()
47 ConnectionMachPort::IsConnected () const
53 ConnectionMachPort::Connect (const char *s, Error *error_ptr)
119 ConnectionMachPort
[all...]
/freebsd-10.0-release/lib/clang/liblldbCore/
H A DMakefile19 ConnectionMachPort.cpp \

Completed in 217 milliseconds