Home
last modified time | relevance | path

Searched refs:m_exception_port (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.mm76 m_exception_thread(0), m_exception_port(MACH_PORT_NULL),
134 mach_port_t MachTask::ExceptionPort() const { return m_exception_port; }
140 return MACH_PORT_VALID(m_exception_port);
152 m_exception_port = MACH_PORT_NULL;
619 &m_exception_port);
624 err = ::mach_port_insert_right(task_self, m_exception_port,
625 m_exception_port, MACH_MSG_TYPE_MAKE_SEND);
645 task, m_exc_port_info.mask, m_exception_port,
651 task, m_exc_port_info.mask, m_exception_port,
676 mach_port_t exception_port = m_exception_port;
[all …]
H A DMachTask.h102 mach_port_t m_exception_port; // Exception port on which we will receive child variable