Searched refs:SBProcessInfo (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcessInfo.cpp | 18 SBProcessInfo::SBProcessInfo() : m_opaque_up() { in SBProcessInfo() function in SBProcessInfo 22 SBProcessInfo::SBProcessInfo(const SBProcessInfo &rhs) : m_opaque_up() { in SBProcessInfo() function in SBProcessInfo 23 LLDB_RECORD_CONSTRUCTOR(SBProcessInfo, (const lldb::SBProcessInfo &), rhs); in SBProcessInfo() 28 SBProcessInfo::~SBProcessInfo() = default; 30 SBProcessInfo &SBProcessInfo::operator=(const SBProcessInfo &rhs) { in operator =() 32 SBProcessInfo, operator=,(const lldb::SBProcessInfo &), in operator =() 51 bool SBProcessInfo::IsValid() const { in IsValid() 55 SBProcessInfo::operator bool() const { in operator bool() 203 LLDB_REGISTER_CONSTRUCTOR(SBProcessInfo, (const lldb::SBProcessInfo &)); in RegisterMethods() 205 lldb::SBProcessInfo &, in RegisterMethods() [all …]
|
| H A D | SBProcess.cpp | 1279 lldb::SBProcessInfo SBProcess::GetProcessInfo() { in GetProcessInfo() 1280 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBProcessInfo, SBProcess, GetProcessInfo); in GetProcessInfo() 1282 lldb::SBProcessInfo sb_proc_info; in GetProcessInfo() 1464 LLDB_REGISTER_METHOD(lldb::SBProcessInfo, SBProcess, GetProcessInfo, ()); in RegisterMethods()
|
| H A D | SBReproducer.cpp | 104 RegisterMethods<SBProcessInfo>(R); in SBRegistry()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcessInfo.h | 16 class LLDB_API SBProcessInfo { 18 SBProcessInfo(); 19 SBProcessInfo(const SBProcessInfo &rhs); 21 ~SBProcessInfo(); 23 SBProcessInfo &operator=(const SBProcessInfo &rhs);
|
| H A D | SBFileSpec.h | 73 friend class SBProcessInfo; variable
|
| H A D | SBDefines.h | 63 class LLDB_API SBProcessInfo; variable
|
| H A D | SBProcess.h | 371 lldb::SBProcessInfo GetProcessInfo();
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProcessInfo.i | 14 ) SBProcessInfo; 16 class SBProcessInfo 19 SBProcessInfo(); 21 SBProcessInfo (const SBProcessInfo &rhs); 23 ~SBProcessInfo ();
|
| H A D | SBProcess.i | 417 lldb::SBProcessInfo
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/ |
| H A D | interfaces.swig | 55 %include "./interface/SBProcessInfo.i"
|
| H A D | headers.swig | 48 #include "lldb/API/SBProcessInfo.h"
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 40922 lldb::SBProcessInfo * resultptr = new lldb::SBProcessInfo((const lldb::SBProcessInfo &) result); in _wrap_SBProcess_GetProcessInfo() 41183 result = (lldb::SBProcessInfo *)new lldb::SBProcessInfo((lldb::SBProcessInfo const &)*arg1); in _wrap_new_SBProcessInfo__SWIG_1() 41230 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_IsValid() 41254 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_GetName() 41278 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_GetExecutableFile() 41305 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_GetProcessID() 41329 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_GetUserID() 41353 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_GetGroupID() 41377 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_UserIDIsValid() 41401 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_GroupIDIsValid() [all …]
|
| H A D | Makefile | 58 SRCS+= API/SBProcessInfo.cpp
|