Property | Type | Description | |
---|---|---|---|
NativeToManagedMap | Debugger>.System.Collections.Concurrent.ConcurrentDictionary |
Property | Type | Description | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
Create ( ) : LLDB.Debugger | ||
Create ( bool source_init_files ) : LLDB.Debugger | ||
Create ( bool source_init_files, LLDB log_callback, global baton ) : LLDB.Debugger | ||
CreateCategory ( string category_name ) : LLDB.TypeCategory | ||
CreateTarget ( string filename ) : LLDB.Target | ||
CreateTarget ( string filename, string target_triple, string platform_name, bool add_dependent_modules, LLDB error ) : LLDB.Target | ||
CreateTargetWithFileAndArch ( string filename, string archname ) : LLDB.Target | ||
CreateTargetWithFileAndTargetTriple ( string filename, string target_triple ) : LLDB.Target | ||
Debugger ( ) : System | ||
Debugger ( LLDB rhs ) : System | ||
DeleteCategory ( string category_name ) : bool | ||
DeleteTarget ( LLDB target ) : bool | ||
Destroy ( LLDB debugger ) : void | ||
DispatchInput ( global baton, global data, uint data_len ) : void | ||
DispatchInput ( global data, uint data_len ) : void | ||
DispatchInputEndOfFile ( ) : void | ||
DispatchInputInterrupt ( ) : void | ||
Dispose ( ) : void | ||
EnableLog ( string channel, sbyte categories ) : bool | ||
FindDebuggerWithID ( int id ) : LLDB.Debugger | ||
FindTargetWithFileAndArch ( string filename, string arch ) : LLDB.Target | ||
FindTargetWithProcessID ( ulong pid ) : LLDB.Target | ||
GetCategory ( LLDB lang_type ) : LLDB.TypeCategory | ||
GetCategory ( string category_name ) : LLDB.TypeCategory | ||
GetCategoryAtIndex ( uint _0 ) : LLDB.TypeCategory | ||
GetCommandInterpreter ( ) : LLDB.CommandInterpreter | ||
GetDefaultArchitecture ( sbyte arch_name, uint arch_name_len ) : bool | ||
GetDefaultCategory ( ) : LLDB.TypeCategory | ||
GetDescription ( LLDB description ) : bool | ||
GetFilterForType ( LLDB _0 ) : LLDB.TypeFilter | ||
GetFormatForType ( LLDB _0 ) : LLDB.TypeFormat | ||
GetIndexOfTarget ( LLDB target ) : uint | ||
GetInternalVariableValue ( string var_name, string debugger_instance_name ) : LLDB.StringList | ||
GetListener ( ) : LLDB.Listener | ||
GetScriptingLanguage ( string script_language_name ) : LLDB.ScriptLanguage | ||
GetSelectedPlatform ( ) : LLDB.Platform | ||
GetSelectedTarget ( ) : LLDB.Target | ||
GetSourceManager ( ) : LLDB.SourceManager | ||
GetSummaryForType ( LLDB _0 ) : LLDB.TypeSummary | ||
GetSyntheticForType ( LLDB _0 ) : LLDB.TypeSynthetic | ||
GetTargetAtIndex ( uint idx ) : LLDB.Target | ||
HandleCommand ( string command ) : void | ||
HandleProcessEvent ( LLDB process, LLDB @event, global @out, global err ) : void | ||
Initialize ( ) : void | ||
IsValid ( ) : bool | ||
MemoryPressureDetected ( ) : void | ||
PushInputReader ( LLDB reader ) : void | ||
RestoreInputTerminalState ( ) : void | ||
RunCommandInterpreter ( bool auto_handle_events, bool spawn_thread ) : void | ||
RunCommandInterpreter ( bool auto_handle_events, bool spawn_thread, LLDB options, int &num_errors, bool &quit_requested, bool &stopped_for_crash ) : void | ||
RunREPL ( LLDB language, string repl_options ) : LLDB.Error | ||
SaveInputTerminalState ( ) : void | ||
SetCurrentPlatform ( string platform_name ) : LLDB.Error | ||
SetCurrentPlatformSDKRoot ( string sysroot ) : bool | ||
SetDefaultArchitecture ( string arch_name ) : bool | ||
SetErrorFileHandle ( global f, bool transfer_ownership ) : void | ||
SetInputFileHandle ( global f, bool transfer_ownership ) : void | ||
SetInternalVariable ( string var_name, string value, string debugger_instance_name ) : LLDB.Error | ||
SetLoggingCallback ( LLDB log_callback, global baton ) : void | ||
SetOutputFileHandle ( global f, bool transfer_ownership ) : void | ||
SetUseColor ( bool use_color ) : bool | ||
SetUseExternalEditor ( bool input ) : bool | ||
SkipAppInitFiles ( bool b ) : void | ||
SkipLLDBInitFiles ( bool b ) : void | ||
StateAsCString ( LLDB state ) : string | ||
StateIsRunningState ( LLDB state ) : bool | ||
StateIsStoppedState ( LLDB state ) : bool | ||
Terminate ( ) : void | ||
__CreateInstance ( |
||
__CreateInstance ( global native, bool skipVTables = false ) : |
Method | Description | |
---|---|---|
Debugger ( void native, bool skipVTables = false ) : System | ||
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Debugger ( |
||
__CopyValue ( |
public static Create ( bool source_init_files ) : LLDB.Debugger | ||
source_init_files | bool | |
return | LLDB.Debugger |
public static Create ( bool source_init_files, LLDB log_callback, global baton ) : LLDB.Debugger | ||
source_init_files | bool | |
log_callback | LLDB | |
baton | global | |
return | LLDB.Debugger |
public CreateCategory ( string category_name ) : LLDB.TypeCategory | ||
category_name | string | |
return | LLDB.TypeCategory |
public CreateTarget ( string filename ) : LLDB.Target | ||
filename | string | |
return | LLDB.Target |
public CreateTarget ( string filename, string target_triple, string platform_name, bool add_dependent_modules, LLDB error ) : LLDB.Target | ||
filename | string | |
target_triple | string | |
platform_name | string | |
add_dependent_modules | bool | |
error | LLDB | |
return | LLDB.Target |
public CreateTargetWithFileAndArch ( string filename, string archname ) : LLDB.Target | ||
filename | string | |
archname | string | |
return | LLDB.Target |
public CreateTargetWithFileAndTargetTriple ( string filename, string target_triple ) : LLDB.Target | ||
filename | string | |
target_triple | string | |
return | LLDB.Target |
protected Debugger ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
return | System |
public DeleteCategory ( string category_name ) : bool | ||
category_name | string | |
return | bool |
public static Destroy ( LLDB debugger ) : void | ||
debugger | LLDB | |
return | void |
public DispatchInput ( global baton, global data, uint data_len ) : void | ||
baton | global | |
data | global | |
data_len | uint | |
return | void |
public DispatchInput ( global data, uint data_len ) : void | ||
data | global | |
data_len | uint | |
return | void |
public EnableLog ( string channel, sbyte categories ) : bool | ||
channel | string | |
categories | sbyte | |
return | bool |
public static FindDebuggerWithID ( int id ) : LLDB.Debugger | ||
id | int | |
return | LLDB.Debugger |
public FindTargetWithFileAndArch ( string filename, string arch ) : LLDB.Target | ||
filename | string | |
arch | string | |
return | LLDB.Target |
public FindTargetWithProcessID ( ulong pid ) : LLDB.Target | ||
pid | ulong | |
return | LLDB.Target |
public GetCategory ( LLDB lang_type ) : LLDB.TypeCategory | ||
lang_type | LLDB | |
return | LLDB.TypeCategory |
public GetCategory ( string category_name ) : LLDB.TypeCategory | ||
category_name | string | |
return | LLDB.TypeCategory |
public GetCategoryAtIndex ( uint _0 ) : LLDB.TypeCategory | ||
_0 | uint | |
return | LLDB.TypeCategory |
public GetCommandInterpreter ( ) : LLDB.CommandInterpreter | ||
return | LLDB.CommandInterpreter |
public static GetDefaultArchitecture ( sbyte arch_name, uint arch_name_len ) : bool | ||
arch_name | sbyte | |
arch_name_len | uint | |
return | bool |
public GetDefaultCategory ( ) : LLDB.TypeCategory | ||
return | LLDB.TypeCategory |
public GetDescription ( LLDB description ) : bool | ||
description | LLDB | |
return | bool |
public GetFilterForType ( LLDB _0 ) : LLDB.TypeFilter | ||
_0 | LLDB | |
return | LLDB.TypeFilter |
public GetFormatForType ( LLDB _0 ) : LLDB.TypeFormat | ||
_0 | LLDB | |
return | LLDB.TypeFormat |
public GetIndexOfTarget ( LLDB target ) : uint | ||
target | LLDB | |
return | uint |
public static GetInternalVariableValue ( string var_name, string debugger_instance_name ) : LLDB.StringList | ||
var_name | string | |
debugger_instance_name | string | |
return | LLDB.StringList |
public GetScriptingLanguage ( string script_language_name ) : LLDB.ScriptLanguage | ||
script_language_name | string | |
return | LLDB.ScriptLanguage |
public GetSelectedPlatform ( ) : LLDB.Platform | ||
return | LLDB.Platform |
public GetSourceManager ( ) : LLDB.SourceManager | ||
return | LLDB.SourceManager |
public GetSummaryForType ( LLDB _0 ) : LLDB.TypeSummary | ||
_0 | LLDB | |
return | LLDB.TypeSummary |
public GetSyntheticForType ( LLDB _0 ) : LLDB.TypeSynthetic | ||
_0 | LLDB | |
return | LLDB.TypeSynthetic |
public GetTargetAtIndex ( uint idx ) : LLDB.Target | ||
idx | uint | |
return | LLDB.Target |
public HandleCommand ( string command ) : void | ||
command | string | |
return | void |
public HandleProcessEvent ( LLDB process, LLDB @event, global @out, global err ) : void | ||
process | LLDB | |
@event | LLDB | |
@out | global | |
err | global | |
return | void |
public static MemoryPressureDetected ( ) : void | ||
return | void |
public PushInputReader ( LLDB reader ) : void | ||
reader | LLDB | |
return | void |
public RunCommandInterpreter ( bool auto_handle_events, bool spawn_thread ) : void | ||
auto_handle_events | bool | |
spawn_thread | bool | |
return | void |
public RunCommandInterpreter ( bool auto_handle_events, bool spawn_thread, LLDB options, int &num_errors, bool &quit_requested, bool &stopped_for_crash ) : void | ||
auto_handle_events | bool | |
spawn_thread | bool | |
options | LLDB | |
num_errors | int | |
quit_requested | bool | |
stopped_for_crash | bool | |
return | void |
public RunREPL ( LLDB language, string repl_options ) : LLDB.Error | ||
language | LLDB | |
repl_options | string | |
return | LLDB.Error |
public SetCurrentPlatform ( string platform_name ) : LLDB.Error | ||
platform_name | string | |
return | LLDB.Error |
public SetCurrentPlatformSDKRoot ( string sysroot ) : bool | ||
sysroot | string | |
return | bool |
public static SetDefaultArchitecture ( string arch_name ) : bool | ||
arch_name | string | |
return | bool |
public SetErrorFileHandle ( global f, bool transfer_ownership ) : void | ||
f | global | |
transfer_ownership | bool | |
return | void |
public SetInputFileHandle ( global f, bool transfer_ownership ) : void | ||
f | global | |
transfer_ownership | bool | |
return | void |
public static SetInternalVariable ( string var_name, string value, string debugger_instance_name ) : LLDB.Error | ||
var_name | string | |
value | string | |
debugger_instance_name | string | |
return | LLDB.Error |
public SetLoggingCallback ( LLDB log_callback, global baton ) : void | ||
log_callback | LLDB | |
baton | global | |
return | void |
public SetOutputFileHandle ( global f, bool transfer_ownership ) : void | ||
f | global | |
transfer_ownership | bool | |
return | void |
public SetUseExternalEditor ( bool input ) : bool | ||
input | bool | |
return | bool |
public static StateAsCString ( LLDB state ) : string | ||
state | LLDB | |
return | string |
public static StateIsRunningState ( LLDB state ) : bool | ||
state | LLDB | |
return | bool |
public static StateIsStoppedState ( LLDB state ) : bool | ||
state | LLDB | |
return | bool |
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 | Debugger>.System.Collections.Concurrent.ConcurrentDictionary |