Searched refs:SBProcessInfo (Results 1 – 13 of 13) sorted by relevance
18 SBProcessInfo::SBProcessInfo() { LLDB_INSTRUMENT_VA(this); } in SBProcessInfo() function in SBProcessInfo20 SBProcessInfo::SBProcessInfo(const SBProcessInfo &rhs) { in SBProcessInfo() function in SBProcessInfo26 SBProcessInfo::~SBProcessInfo() = default;28 SBProcessInfo &SBProcessInfo::operator=(const SBProcessInfo &rhs) { in operator =()47 bool SBProcessInfo::IsValid() const { in IsValid()51 SBProcessInfo::operator bool() const { in operator bool()57 const char *SBProcessInfo::GetName() { in GetName()86 uint32_t SBProcessInfo::GetUserID() { in GetUserID()96 uint32_t SBProcessInfo::GetGroupID() { in GetGroupID()106 bool SBProcessInfo::UserIDIsValid() { in UserIDIsValid()[all …]
62 SBProcessInfo &info) { in GetProcessInfoAtIndex()
1235 lldb::SBProcessInfo SBProcess::GetProcessInfo() { in GetProcessInfo()1238 lldb::SBProcessInfo sb_proc_info; in GetProcessInfo()
16 class LLDB_API SBProcessInfo {18 SBProcessInfo();19 SBProcessInfo(const SBProcessInfo &rhs);21 ~SBProcessInfo();23 SBProcessInfo &operator=(const SBProcessInfo &rhs);
33 bool GetProcessInfoAtIndex(uint32_t idx, SBProcessInfo &info);
76 friend class SBProcessInfo; variable
93 class LLDB_API SBProcessInfo; variable
399 lldb::SBProcessInfo GetProcessInfo();
4 ) lldb::SBProcessInfo;8 ) lldb::SBProcessInfo::GetTriple;
49 #include "lldb/API/SBProcessInfo.h"
126 %include "lldb/API/SBProcessInfo.h"
44899 result = (lldb::SBProcessInfo *)new lldb::SBProcessInfo((lldb::SBProcessInfo const &)*arg1); in _wrap_new_SBProcessInfo__SWIG_1()44946 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_IsValid()44970 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_GetName()44994 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_GetExecutableFile()45021 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_GetProcessID()45045 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_GetUserID()45069 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_GetGroupID()45093 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_UserIDIsValid()45117 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_GroupIDIsValid()45141 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_GetEffectiveUserID()[all …]
59 SRCS+= API/SBProcessInfo.cpp