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

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h122 class SBAttachInfo class in namespace:lldb
125 SBAttachInfo ();
127 SBAttachInfo (lldb::pid_t pid);
129 SBAttachInfo (const char *path, bool wait_for);
131 SBAttachInfo (const SBAttachInfo &rhs);
133 ~SBAttachInfo();
135 SBAttachInfo &
136 operator = (const SBAttachInfo &rhs);
394 Attach (SBAttachInfo
[all...]
H A DSBFileSpec.h64 friend class SBAttachInfo;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp272 SBAttachInfo::SBAttachInfo () : function in class:SBAttachInfo
277 SBAttachInfo::SBAttachInfo (lldb::pid_t pid) : function in class:SBAttachInfo
283 SBAttachInfo::SBAttachInfo (const char *path, bool wait_for) : function in class:SBAttachInfo
291 SBAttachInfo::SBAttachInfo (const SBAttachInfo &rhs) : function in class:SBAttachInfo
297 SBAttachInfo
[all...]

Completed in 51 milliseconds