Home
last modified time | relevance | path

Searched refs:thread_port (Results 1 – 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DMachException.h52 thread_t thread_port; member
57 thread_port(THREAD_NULL), in Data()
66 thread_port = THREAD_NULL; in Clear()
73 thread_port != THREAD_NULL && in IsValid()
125 thread_t thread_port; // Set to THREAD_NULL for any thread member
DMachException.cpp113 mach_port_t thread_port, in catch_mach_exception_raise_state_identity() argument
130 thread_port, in catch_mach_exception_raise_state_identity()
138 mach_port_deallocate (mach_task_self (), thread_port); in catch_mach_exception_raise_state_identity()
148 mach_port_t thread_port, in catch_mach_exception_raise() argument
159 thread_port, in catch_mach_exception_raise()
170 g_message->thread_port = thread_port; in catch_mach_exception_raise()
387 … if (::ptrace (PT_THUPDATE, state_pid, (caddr_t)((uintptr_t)state.thread_port), soft_signal) != 0) in Reply()
393 …_THUPDATE, pid = 0x%4.4x, tid = 0x%4.4x, signal = %i)", state_pid, state.thread_port, soft_signal); in Reply()
451 …= 0x%4.4x, thread_port = 0x%4.4x, exc_type = %i (%s) ...", task_port, thread_port, exc_type, exc_… in Dump()
DMachThreadList.cpp232 MachThreadSP thread_sp (GetThreadByMachPortNumber (exc.thread_port)); in NotifyException()
DMachProcess.cpp670 nub_thread_t tid = m_thread_list.GetThreadIDByMachPortNumber (pos->state.thread_port); in ReplyToAllExceptions()