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

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBAttachInfoDocstrings.i3 ) lldb::SBAttachInfo;
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp1 //===-- SBAttachInfo.cpp --------------------------------------------------===//
9 #include "lldb/API/SBAttachInfo.h"
21 SBAttachInfo::SBAttachInfo() : m_opaque_sp(new ProcessAttachInfo()) { function in class:SBAttachInfo
25 SBAttachInfo::SBAttachInfo(lldb::pid_t pid) function in class:SBAttachInfo
32 SBAttachInfo::SBAttachInfo(const char *path, bool wait_for) function in class:SBAttachInfo
41 SBAttachInfo::SBAttachInfo(cons function in class:SBAttachInfo
51 SBAttachInfo::SBAttachInfo(const SBAttachInfo &rhs) function in class:SBAttachInfo
[all...]
H A DSBPlatform.cpp580 SBProcess SBPlatform::Attach(SBAttachInfo &attach_info,
H A DSBTarget.cpp430 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h1 //===-- SBAttachInfo.h ------------------------------------------*- C++ -*-===//
22 class LLDB_API SBAttachInfo { class in namespace:lldb
24 SBAttachInfo();
26 SBAttachInfo(lldb::pid_t pid);
39 SBAttachInfo(const char *path, bool wait_for);
63 SBAttachInfo(const char *path, bool wait_for, bool async);
65 SBAttachInfo(const SBAttachInfo &rhs);
67 ~SBAttachInfo();
69 SBAttachInfo
[all...]
H A DSBPlatform.h24 class SBAttachInfo;
156 SBProcess Attach(SBAttachInfo &attach_info, const SBDebugger &debugger,
H A DSBStructuredData.h112 friend class SBAttachInfo;
H A DSBFileSpec.h63 friend class SBAttachInfo;
H A DSBListener.h84 friend class SBAttachInfo;
H A DSBDefines.h46 class LLDB_API SBAttachInfo; member in namespace:lldb
H A DSBTarget.h13 #include "lldb/API/SBAttachInfo.h"
219 SBProcess Attach(SBAttachInfo &attach_info, SBError &error);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.cpp92 lldb::SBAttachInfo *sb_attach_info = reinterpret_cast<lldb::SBAttachInfo *>(
97 "Couldn't cast lldb::SBAttachInfo to lldb::ProcessAttachInfoSP.");
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp86 const lldb::SBAttachInfo &attach_info) const {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h12 #include "lldb/API/SBAttachInfo.h"
588 GetOpaqueTypeFromSBAttachInfo(const lldb::SBAttachInfo &attach_info) const;
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3179 #include "lldb/API/SBAttachInfo.h"
4825 lldb::SBAttachInfo *result = 0 ;
4827 SWIG_check_num_args("lldb::SBAttachInfo::SBAttachInfo",0,0)
4828 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo();
4843 lldb::SBAttachInfo *result = 0 ;
4845 SWIG_check_num_args("lldb::SBAttachInfo::SBAttachInfo",1,1)
4846 if(!lua_isinteger(L,1)) SWIG_fail_arg("lldb::SBAttachInfo
[all...]
H A DMakefile20 SRCS+= API/SBAttachInfo.cpp

Completed in 512 milliseconds