|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBAttachInfo self) -> SBAttachInfo
__init__(lldb::SBAttachInfo self, lldb::pid_t pid) -> SBAttachInfo
__init__(lldb::SBAttachInfo self, str const * path, bool wait_for)
-> 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, str 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) |
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) -> str const * |
source code
|
|
|
SetProcessPluginName(self,
*args)
SetProcessPluginName(SBAttachInfo self, str 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
|
|
|
__swig_destroy__(...)
delete_SBAttachInfo(SBAttachInfo self) |
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|