Searched defs:SBProcess (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBProcess.h1 //===-- SBProcess.h ---------------------------------------------*- C++ -*-===//
22 class SBProcess class in namespace:lldb
37 SBProcess ();
39 SBProcess (const lldb::SBProcess& rhs);
41 const lldb::SBProcess&
42 operator = (const lldb::SBProcess& rhs);
44 SBProcess (const lldb::ProcessSP &process_sp);
46 ~SBProcess();
130 // them to the process through the SBProcess AP
[all...]
/external/lldb/source/API/
H A DSBProcess.cpp1 //===-- SBProcess.cpp -------------------------------------------*- C++ -*-===//
12 #include "lldb/API/SBProcess.h"
44 SBProcess::SBProcess () : function in class:SBProcess
51 // SBProcess constructor
54 SBProcess::SBProcess (const SBProcess& rhs) : function in class:SBProcess
60 SBProcess::SBProcess (cons function in class:SBProcess
[all...]

Completed in 152 milliseconds