#include <SBTarget.h>
Protected Member Functions |
lldb_private::ProcessAttachInfo & | ref () |
Detailed Description
Definition at line 122 of file SBTarget.h.
Constructor & Destructor Documentation
lldb::SBAttachInfo::SBAttachInfo |
( |
| ) |
|
lldb::SBAttachInfo::SBAttachInfo |
( |
lldb::pid_t |
pid | ) |
|
lldb::SBAttachInfo::SBAttachInfo |
( |
const char * |
path, |
|
|
bool |
wait_for |
|
) |
| |
lldb::SBAttachInfo::SBAttachInfo |
( |
const SBAttachInfo & |
rhs | ) |
|
lldb::SBAttachInfo::~SBAttachInfo |
( |
| ) |
|
Member Function Documentation
bool lldb::SBAttachInfo::EffectiveGroupIDIsValid |
( |
| ) |
|
bool lldb::SBAttachInfo::EffectiveUserIDIsValid |
( |
| ) |
|
uint32_t lldb::SBAttachInfo::GetEffectiveGroupID |
( |
| ) |
|
uint32_t lldb::SBAttachInfo::GetEffectiveUserID |
( |
| ) |
|
uint32_t lldb::SBAttachInfo::GetGroupID |
( |
| ) |
|
bool lldb::SBAttachInfo::GetIgnoreExisting |
( |
| ) |
|
lldb::pid_t lldb::SBAttachInfo::GetParentProcessID |
( |
| ) |
|
lldb::pid_t lldb::SBAttachInfo::GetProcessID |
( |
| ) |
|
const char* lldb::SBAttachInfo::GetProcessPluginName |
( |
| ) |
|
uint32_t lldb::SBAttachInfo::GetResumeCount |
( |
| ) |
|
uint32_t lldb::SBAttachInfo::GetUserID |
( |
| ) |
|
bool lldb::SBAttachInfo::GetWaitForLaunch |
( |
| ) |
|
bool lldb::SBAttachInfo::GroupIDIsValid |
( |
| ) |
|
bool lldb::SBAttachInfo::ParentProcessIDIsValid |
( |
| ) |
|
lldb_private::ProcessAttachInfo& lldb::SBAttachInfo::ref |
( |
| ) |
|
|
protected |
void lldb::SBAttachInfo::SetEffectiveGroupID |
( |
uint32_t |
gid | ) |
|
void lldb::SBAttachInfo::SetEffectiveUserID |
( |
uint32_t |
uid | ) |
|
void lldb::SBAttachInfo::SetExecutable |
( |
const char * |
path | ) |
|
void lldb::SBAttachInfo::SetGroupID |
( |
uint32_t |
gid | ) |
|
void lldb::SBAttachInfo::SetIgnoreExisting |
( |
bool |
b | ) |
|
void lldb::SBAttachInfo::SetParentProcessID |
( |
lldb::pid_t |
pid | ) |
|
void lldb::SBAttachInfo::SetProcessID |
( |
lldb::pid_t |
pid | ) |
|
void lldb::SBAttachInfo::SetProcessPluginName |
( |
const char * |
plugin_name | ) |
|
void lldb::SBAttachInfo::SetResumeCount |
( |
uint32_t |
c | ) |
|
void lldb::SBAttachInfo::SetUserID |
( |
uint32_t |
uid | ) |
|
void lldb::SBAttachInfo::SetWaitForLaunch |
( |
bool |
b | ) |
|
bool lldb::SBAttachInfo::UserIDIsValid |
( |
| ) |
|
Friends And Related Function Documentation
Member Data Documentation
ProcessAttachInfoSP lldb::SBAttachInfo::m_opaque_sp |
|
protected |
The documentation for this class was generated from the following file: