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

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp1 //===-- SBAttachInfo.cpp ----------------------------------------*- C++ -*-===//
9 #include "lldb/API/SBAttachInfo.h"
19 SBAttachInfo::SBAttachInfo() : m_opaque_sp(new ProcessAttachInfo()) { function in class:SBAttachInfo
20 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBAttachInfo);
23 SBAttachInfo::SBAttachInfo(lldb::pid_t pid) function in class:SBAttachInfo
25 LLDB_RECORD_CONSTRUCTOR(SBAttachInfo, (lldb::pid_t), pid);
30 SBAttachInfo::SBAttachInfo(cons function in class:SBAttachInfo
39 SBAttachInfo::SBAttachInfo(const char *path, bool wait_for, bool async) function in class:SBAttachInfo
50 SBAttachInfo::SBAttachInfo(const SBAttachInfo &rhs) function in class:SBAttachInfo
[all...]
H A DSBReproducer.cpp14 #include "lldb/API/SBAttachInfo.h"
36 RegisterMethods<SBAttachInfo>(R);
H A DSBTarget.cpp441 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) {
443 (lldb::SBAttachInfo &, lldb::SBError &), sb_attach_info,
2431 (lldb::SBAttachInfo &, lldb::SBError &));
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h1 //===-- SBAttachInfo.h ------------------------------------------*- C++ -*-===//
18 class LLDB_API SBAttachInfo { class in namespace:lldb
20 SBAttachInfo();
22 SBAttachInfo(lldb::pid_t pid);
35 SBAttachInfo(const char *path, bool wait_for);
59 SBAttachInfo(const char *path, bool wait_for, bool async);
61 SBAttachInfo(const SBAttachInfo &rhs);
63 ~SBAttachInfo();
65 SBAttachInfo
[all...]
H A DSBFileSpec.h60 friend class SBAttachInfo;
H A DSBListener.h84 friend class SBAttachInfo;
H A DSBTarget.h13 #include "lldb/API/SBAttachInfo.h"
201 SBProcess Attach(SBAttachInfo &attach_info, SBError &error);
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBAttachInfo.i1 //===-- SWIG Interface for SBAttachInfo--------------------------*- C++ -*-===//
11 class SBAttachInfo
14 SBAttachInfo ();
16 SBAttachInfo (lldb::pid_t pid);
18 SBAttachInfo (const char *path, bool wait_for);
20 SBAttachInfo (const char *path, bool wait_for, bool async);
22 SBAttachInfo (const lldb::SBAttachInfo &rhs);
H A DSBTarget.i273 Attach(lldb::SBAttachInfo &attach_info, lldb::SBError& error);
/freebsd-12-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3128 #include "lldb/API/SBAttachInfo.h"
4653 lldb::SBAttachInfo *result = 0 ;
4655 SWIG_check_num_args("lldb::SBAttachInfo::SBAttachInfo",0,0)
4656 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo();
4671 lldb::SBAttachInfo *result = 0 ;
4673 SWIG_check_num_args("lldb::SBAttachInfo::SBAttachInfo",1,1)
4674 if(!lua_isnumber(L,1)) SWIG_fail_arg("lldb::SBAttachInfo
[all...]
H A DMakefile20 SRCS+= API/SBAttachInfo.cpp

Completed in 213 milliseconds