SBProcessInfo#

class lldb.SBProcessInfo(*args)#

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

Attributes Summary

arguments

A read only property that returns a list of lldb.SBProcessInfo arguments.

Methods Summary

EffectiveGroupIDIsValid(SBProcessInfo self)

EffectiveUserIDIsValid(SBProcessInfo self)

GetArgumentAtIndex(idx)

Returns the command line argument at the given index, or nullptr if the index is out of range or if the process info is invalid..

GetEffectiveGroupID(SBProcessInfo self)

GetEffectiveUserID(SBProcessInfo self)

GetExecutableFile(SBProcessInfo self)

GetGroupID(SBProcessInfo self)

GetName(SBProcessInfo self)

GetNumArguments()

Returns the number of command line arguments for the described process.

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)

Attributes Documentation

arguments#

A read only property that returns a list of lldb.SBProcessInfo arguments.

Methods Documentation

EffectiveGroupIDIsValid(SBProcessInfo self) bool#
EffectiveUserIDIsValid(SBProcessInfo self) bool#
GetArgumentAtIndex(idx)#

Returns the command line argument at the given index, or nullptr if the index is out of range or if the process info is invalid..

GetEffectiveGroupID(SBProcessInfo self) uint32_t#
GetEffectiveUserID(SBProcessInfo self) uint32_t#
GetExecutableFile(SBProcessInfo self) SBFileSpec#
GetGroupID(SBProcessInfo self) uint32_t#
GetName(SBProcessInfo self) char const *#
GetNumArguments()#

Returns the number of command line arguments for the described process.

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#