Property | Type | Description | |
---|---|---|---|
NativeToManagedMap | AttachInfo>.System.Collections.Concurrent.ConcurrentDictionary |
Property | Type | Description | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Method | Description | |
---|---|---|
AttachInfo ( ) : System | ||
AttachInfo ( LLDB rhs ) : System | ||
AttachInfo ( string path, bool wait_for ) : System |
Attach to a process by name. This function implies that a future call to SBTarget::Attach(...) will be synchronous. |
|
AttachInfo ( string path, bool wait_for, bool async ) : System |
Attach to a process by name. Future calls to SBTarget::Attach(...) will be synchronous or asynchronous depending on the argument. |
|
AttachInfo ( ulong pid ) : System | ||
Dispose ( ) : void | ||
EffectiveGroupIDIsValid ( ) : bool | ||
EffectiveUserIDIsValid ( ) : bool | ||
GetListener ( ) : LLDB.Listener |
Get the listener that will be used to receive process events. If no listener has been set via a call to SBLaunchInfo::SetListener(), then an invalid SBListener will be returned (SBListener::IsValid() will return false). If a listener has been set, then the valid listener object will be returned. |
|
GroupIDIsValid ( ) : bool | ||
ParentProcessIDIsValid ( ) : bool | ||
SetExecutable ( LLDB exe_file ) : void | ||
SetExecutable ( string path ) : void | ||
SetWaitForLaunch ( bool b, bool async ) : void |
Set attach by process name settings. Designed to be used after a call to SBAttachInfo::SetExecutable(). Future calls to SBTarget::Attach(...) will be synchronous or asynchronous depending on the argument. |
|
UserIDIsValid ( ) : bool | ||
__CreateInstance ( |
||
__CreateInstance ( global native, bool skipVTables = false ) : |
Method | Description | |
---|---|---|
AttachInfo ( void native, bool skipVTables = false ) : System | ||
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AttachInfo ( |
||
__CopyValue ( |
public AttachInfo ( string path, bool wait_for ) : System | ||
path | string |
/// |
wait_for | bool |
/// |
return | System |
public AttachInfo ( string path, bool wait_for, bool async ) : System | ||
path | string |
/// |
wait_for | bool |
/// |
async | bool |
/// |
return | System |
protected AttachInfo ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
return | System |
public SetExecutable ( LLDB exe_file ) : void | ||
exe_file | LLDB | |
return | void |
public SetWaitForLaunch ( bool b, bool async ) : void | ||
b | bool | |
async | bool |
/// |
return | void |
public static __CreateInstance ( |
||
native | ||
skipVTables | bool | |
return |
public static __CreateInstance ( global native, bool skipVTables = false ) : |
||
native | global | |
skipVTables | bool | |
return |
public static System.Collections.Concurrent.ConcurrentDictionary |
||
return | AttachInfo>.System.Collections.Concurrent.ConcurrentDictionary |