Searched refs:SBProcessInfo (Results 1 – 10 of 10) 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 =()36 ProcessInstanceInfo &SBProcessInfo::ref() { in ref()43 void SBProcessInfo::SetProcessInfo(const ProcessInstanceInfo &proc_info_ref) { in SetProcessInfo()47 bool SBProcessInfo::IsValid() const { in IsValid()51 SBProcessInfo::operator bool() const { in operator bool()57 const char *SBProcessInfo::GetName() { in GetName()66 SBFileSpec SBProcessInfo::GetExecutableFile() { in GetExecutableFile()[all …]
1320 lldb::SBProcessInfo SBProcess::GetProcessInfo() { in GetProcessInfo()1323 lldb::SBProcessInfo sb_proc_info; in GetProcessInfo()
1 //===-- SBProcessInfo.h -----------------------------------------*- C++ -*-===//16 class LLDB_API SBProcessInfo {18 SBProcessInfo();19 SBProcessInfo(const SBProcessInfo &rhs);21 ~SBProcessInfo();23 SBProcessInfo &operator=(const SBProcessInfo &rhs);
76 friend class SBProcessInfo; variable
97 class LLDB_API SBProcessInfo; variable
416 lldb::SBProcessInfo GetProcessInfo();
4 ) lldb::SBProcessInfo;8 ) lldb::SBProcessInfo::GetTriple;
137 %include "lldb/API/SBProcessInfo.h"
47201 lldb::SBProcessInfo result; in _wrap_SBProcess_GetProcessInfo()47212 lldb::SBProcessInfo * resultptr = new lldb::SBProcessInfo(result); in _wrap_SBProcess_GetProcessInfo()48035 lldb::SBProcessInfo *result = 0 ; in _wrap_new_SBProcessInfo__SWIG_0()48038 result = (lldb::SBProcessInfo *)new lldb::SBProcessInfo(); in _wrap_new_SBProcessInfo__SWIG_0()48052 lldb::SBProcessInfo *arg1 = 0 ; in _wrap_new_SBProcessInfo__SWIG_1()48053 lldb::SBProcessInfo *result = 0 ; in _wrap_new_SBProcessInfo__SWIG_1()48062 result = (lldb::SBProcessInfo *)new lldb::SBProcessInfo((lldb::SBProcessInfo const &)*arg1); in _wrap_new_SBProcessInfo__SWIG_1()48109 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_IsValid()48119 result = (bool)((lldb::SBProcessInfo const *)arg1)->IsValid(); in _wrap_SBProcessInfo_IsValid()48133 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ; in _wrap_SBProcessInfo_GetName()[all …]
76 SRCS+= API/SBProcessInfo.cpp