protected ThreadDB(Process process) { this.process = process; mutex = new DebuggerMutex("thread_db_mutex"); global_lookup_func = new GlobalLookupFunc(global_lookup); read_memory_func = new ReadMemoryFunc(read_memory); write_memory_func = new WriteMemoryFunc(write_memory); }
protected ThreadDB(Process process) { this.process = process; mutex = new DebuggerMutex ("thread_db_mutex"); global_lookup_func = new GlobalLookupFunc (global_lookup); read_memory_func = new ReadMemoryFunc (read_memory); write_memory_func = new WriteMemoryFunc (write_memory); }
static extern IntPtr mono_debugger_thread_db_init(int pid, GlobalLookupFunc lookup_func, ReadMemoryFunc read_memory_func, WriteMemoryFunc write_memory_func);
static extern void ApuInit(ReadMemoryFunc func, int sampleRate, int clockRate, int outputSize);