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ΒΆ