/external/lldb/tools/debugserver/source/MacOSX/ |
MachException.h | 52 thread_t thread_port; member in struct:MachException::Data 57 thread_port(THREAD_NULL), 66 thread_port = THREAD_NULL; 73 thread_port != THREAD_NULL && 125 thread_t thread_port; // Set to THREAD_NULL for any thread member in struct:MachException::Action
|
MachException.cpp | 113 mach_port_t thread_port, 130 thread_port, 138 mach_port_deallocate (mach_task_self (), thread_port); local 148 mach_port_t thread_port, 159 thread_port, 170 g_message->thread_port = thread_port; 387 if (::ptrace (PT_THUPDATE, state_pid, (caddr_t)((uintptr_t)state.thread_port), soft_signal) != 0) 393 err.LogThreaded("::ptrace (request = PT_THUPDATE, pid = 0x%4.4x, tid = 0x%4.4x, signal = %i)", state_pid, state.thread_port, soft_signal); 451 DNBLogThreadedIf(LOG_EXCEPTIONS, " state { task_port = 0x%4.4x, thread_port = 0x%4.4x, exc_type = %i (%s) ...", task_port, thread_port, exc_type, exc_type_name ? exc_type_na (…) [all...] |
MachThreadList.cpp | 232 MachThreadSP thread_sp (GetThreadByMachPortNumber (exc.thread_port));
|
MachProcess.cpp | 670 nub_thread_t tid = m_thread_list.GetThreadIDByMachPortNumber (pos->state.thread_port); [all...] |