Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachException.h44 thread_t thread_port; member
48 : task_port(TASK_NULL), thread_port(THREAD_NULL), exc_type(0), in Data()
53 thread_port = THREAD_NULL; in Clear()
58 return task_port != TASK_NULL && thread_port != THREAD_NULL && in IsValid()
114 thread_t thread_port; // Set to THREAD_NULL for any thread member
H A DMachException.cpp74 mach_port_t exc_port, mach_port_t thread_port, mach_port_t task_port, in catch_mach_exception_raise_state_identity() argument
83 __FUNCTION__, exc_port, thread_port, task_port, exc_type, in catch_mach_exception_raise_state_identity()
93 catch_mach_exception_raise(mach_port_t exc_port, mach_port_t thread_port, in catch_mach_exception_raise() argument
101 __FUNCTION__, exc_port, thread_port, task_port, exc_type, in catch_mach_exception_raise()
111 g_message->thread_port = thread_port; in catch_mach_exception_raise()
123 g_message->thread_port = thread_port; in catch_mach_exception_raise()
316 (caddr_t)((uintptr_t)state.thread_port), soft_signal) != 0) in Reply()
324 state_pid, state.thread_port, soft_signal); in Reply()
368 task_port, thread_port, exc_type, exc_type_name ? exc_type_name : "???"); in Dump()
H A DMachThreadList.cpp242 MachThreadSP thread_sp(GetThreadByMachPortNumber(exc.thread_port)); in NotifyException()
H A DMachProcess.mm1777 m_thread_list.GetThreadIDByMachPortNumber(pos->state.thread_port);