SBProcessInfo#

class lldb.SBProcessInfo(*args)#

Describes an existing process and any discoverable information that pertains to that process.

Methods Summary

EffectiveGroupIDIsValid(SBProcessInfo self)

EffectiveUserIDIsValid(SBProcessInfo self)

GetEffectiveGroupID(SBProcessInfo self)

GetEffectiveUserID(SBProcessInfo self)

GetExecutableFile(SBProcessInfo self)

GetGroupID(SBProcessInfo self)

GetName(SBProcessInfo self)

GetParentProcessID(SBProcessInfo self)

GetProcessID(SBProcessInfo self)

GetTriple(SBProcessInfo self)

Return the target triple (arch-vendor-os) for the described process.

GetUserID(SBProcessInfo self)

GroupIDIsValid(SBProcessInfo self)

IsValid(SBProcessInfo self)

UserIDIsValid(SBProcessInfo self)

Methods Documentation

EffectiveGroupIDIsValid(SBProcessInfo self) bool#
EffectiveUserIDIsValid(SBProcessInfo self) bool#
GetEffectiveGroupID(SBProcessInfo self) uint32_t#
GetEffectiveUserID(SBProcessInfo self) uint32_t#
GetExecutableFile(SBProcessInfo self) SBFileSpec#
GetGroupID(SBProcessInfo self) uint32_t#
GetName(SBProcessInfo self) char const *#
GetParentProcessID(SBProcessInfo self) lldb::pid_t#
GetProcessID(SBProcessInfo self) lldb::pid_t#
GetTriple(SBProcessInfo self) char const *#

Return the target triple (arch-vendor-os) for the described process.

GetUserID(SBProcessInfo self) uint32_t#
GroupIDIsValid(SBProcessInfo self) bool#
IsValid(SBProcessInfo self) bool#
UserIDIsValid(SBProcessInfo self) bool#