|
|
|
__init__(self,
*args)
__init__(lldb::SBAttachInfo self) -> SBAttachInfo
__init__(lldb::SBAttachInfo self, lldb::pid_t pid) -> SBAttachInfo
__init__(lldb::SBAttachInfo self, char const * path, bool wait_for)
-> SBAttachInfo __init__(lldb::SBAttachInfo self, char const *
path, bool wait_for, bool async) -> SBAttachInfo
__init__(lldb::SBAttachInfo self, SBAttachInfo rhs) ->
SBAttachInfo |
source code
|
|
|
GetProcessID(self)
GetProcessID(SBAttachInfo self) -> lldb::pid_t |
source code
|
|
|
SetProcessID(self,
*args)
SetProcessID(SBAttachInfo self, lldb::pid_t pid) |
source code
|
|
|
SetExecutable(self,
*args)
SetExecutable(SBAttachInfo self, char const * path)
SetExecutable(SBAttachInfo self, SBFileSpec exe_file) |
source code
|
|
|
GetWaitForLaunch(self)
GetWaitForLaunch(SBAttachInfo self) -> bool |
source code
|
|
|
SetWaitForLaunch(self,
*args)
SetWaitForLaunch(SBAttachInfo self, bool b)
SetWaitForLaunch(SBAttachInfo self, bool b, bool async) |
source code
|
|
|
GetIgnoreExisting(self)
GetIgnoreExisting(SBAttachInfo self) -> bool |
source code
|
|
|
SetIgnoreExisting(self,
*args)
SetIgnoreExisting(SBAttachInfo self, bool b) |
source code
|
|
|
GetResumeCount(self)
GetResumeCount(SBAttachInfo self) -> uint32_t |
source code
|
|
|
SetResumeCount(self,
*args)
SetResumeCount(SBAttachInfo self, uint32_t c) |
source code
|
|
|
GetProcessPluginName(self)
GetProcessPluginName(SBAttachInfo self) -> char const * |
source code
|
|
|
SetProcessPluginName(self,
*args)
SetProcessPluginName(SBAttachInfo self, char const * plugin_name) |
source code
|
|
|
GetUserID(self)
GetUserID(SBAttachInfo self) -> uint32_t |
source code
|
|
|
GetGroupID(self)
GetGroupID(SBAttachInfo self) -> uint32_t |
source code
|
|
|
UserIDIsValid(self)
UserIDIsValid(SBAttachInfo self) -> bool |
source code
|
|
|
GroupIDIsValid(self)
GroupIDIsValid(SBAttachInfo self) -> bool |
source code
|
|
|
SetUserID(self,
*args)
SetUserID(SBAttachInfo self, uint32_t uid) |
source code
|
|
|
SetGroupID(self,
*args)
SetGroupID(SBAttachInfo self, uint32_t gid) |
source code
|
|
|
GetEffectiveUserID(self)
GetEffectiveUserID(SBAttachInfo self) -> uint32_t |
source code
|
|
|
GetEffectiveGroupID(self)
GetEffectiveGroupID(SBAttachInfo self) -> uint32_t |
source code
|
|
|
EffectiveUserIDIsValid(self)
EffectiveUserIDIsValid(SBAttachInfo self) -> bool |
source code
|
|
|
EffectiveGroupIDIsValid(self)
EffectiveGroupIDIsValid(SBAttachInfo self) -> bool |
source code
|
|
|
SetEffectiveUserID(self,
*args)
SetEffectiveUserID(SBAttachInfo self, uint32_t uid) |
source code
|
|
|
SetEffectiveGroupID(self,
*args)
SetEffectiveGroupID(SBAttachInfo self, uint32_t gid) |
source code
|
|
|
GetParentProcessID(self)
GetParentProcessID(SBAttachInfo self) -> lldb::pid_t |
source code
|
|
|
SetParentProcessID(self,
*args)
SetParentProcessID(SBAttachInfo self, lldb::pid_t pid) |
source code
|
|
|
ParentProcessIDIsValid(self)
ParentProcessIDIsValid(SBAttachInfo self) -> bool |
source code
|
|
|
GetListener(self)
GetListener(SBAttachInfo self) -> SBListener |
source code
|
|
|
SetListener(self,
*args)
SetListener(SBAttachInfo self, SBListener listener) |
source code
|
|