C# Class LLDB.AttachInfo.Internal

Show file Open project: tritao/LLDBSharp

Private Methods

Method Description
EffectiveGroupIDIsValid_0 ( global instance ) : bool
EffectiveUserIDIsValid_0 ( global instance ) : bool
GetEffectiveGroupID_0 ( global instance ) : uint
GetEffectiveUserID_0 ( global instance ) : uint
GetGroupID_0 ( global instance ) : uint
GetIgnoreExisting_0 ( global instance ) : bool
GetListener_0 ( global @return, global instance ) : void
GetParentProcessID_0 ( global instance ) : ulong
GetProcessID_0 ( global instance ) : ulong
GetProcessPluginName_0 ( global instance ) : global::System.IntPtr
GetResumeCount_0 ( global instance ) : uint
GetUserID_0 ( global instance ) : uint
GetWaitForLaunch_0 ( global instance ) : bool
GroupIDIsValid_0 ( global instance ) : bool
ParentProcessIDIsValid_0 ( global instance ) : bool
SetEffectiveGroupID_0 ( global instance, uint gid ) : void
SetEffectiveUserID_0 ( global instance, uint uid ) : void
SetExecutable_0 ( global instance, global path ) : void
SetExecutable_1 ( global instance, LLDB exe_file ) : void
SetGroupID_0 ( global instance, uint gid ) : void
SetIgnoreExisting_0 ( global instance, bool b ) : void
SetListener_0 ( global instance, global listener ) : void
SetParentProcessID_0 ( global instance, ulong pid ) : void
SetProcessID_0 ( global instance, ulong pid ) : void
SetProcessPluginName_0 ( global instance, global plugin_name ) : void
SetResumeCount_0 ( global instance, uint c ) : void
SetUserID_0 ( global instance, uint uid ) : void
SetWaitForLaunch_0 ( global instance, bool b ) : void
SetWaitForLaunch_1 ( global instance, bool b, bool async ) : void
UserIDIsValid_0 ( global instance ) : bool
cctor_4 ( global instance, global rhs ) : void
ctor_0 ( global instance ) : void
ctor_1 ( global instance, ulong pid ) : void
ctor_2 ( global instance, global path, bool wait_for ) : void
ctor_3 ( global instance, global path, bool wait_for, bool async ) : void
dtor_0 ( global instance ) : void