메소드 |
설명 |
|
Dispose ( bool disposing ) : void |
|
|
check_disposed ( ) : void |
|
|
create_address ( long address ) : TargetAddress |
|
|
get_thread_info ( IntPtr th ) : bool |
|
|
global_lookup ( string obj_name, string sym_name, long &sym_addr ) : PsErr |
|
|
mono_debugger_thread_db_destroy ( IntPtr handle ) : void |
|
|
mono_debugger_thread_db_get_thread_info ( IntPtr th, long &tid, long &tls, long &lwp ) : bool |
|
|
mono_debugger_thread_db_init ( int pid, GlobalLookupFunc lookup_func, ReadMemoryFunc read_memory_func, WriteMemoryFunc write_memory_func ) : IntPtr |
|
|
mono_debugger_thread_db_iterate_over_threads ( IntPtr handle, IterateOverThreadsFunc func ) : bool |
|
|
read_memory ( long address, IntPtr ptr, int size ) : PsErr |
|
|
write_memory ( long address, IntPtr ptr, int size ) : PsErr |
|
|