OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_exception_port
(Results
1 - 2
of
2
) sorted by null
/external/lldb/tools/debugserver/source/MacOSX/
MachTask.cpp
56
m_exception_port
(MACH_PORT_NULL)
120
return
m_exception_port
;
129
return MACH_PORT_VALID(
m_exception_port
);
142
m_exception_port
= MACH_PORT_NULL;
591
err = ::mach_port_allocate (task_self, MACH_PORT_RIGHT_RECEIVE, &
m_exception_port
);
596
err = ::mach_port_insert_right (task_self,
m_exception_port
,
m_exception_port
, MACH_MSG_TYPE_MAKE_SEND);
611
err = ::task_set_exception_ports (task, m_exc_port_info.mask,
m_exception_port
, EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, THREAD_STATE_NONE);
617
m_exception_port
,
644
mach_port_t exception_port =
m_exception_port
;
[
all
...]
MachTask.h
124
mach_port_t
m_exception_port
; // Exception port on which we will receive child exceptions
member in class:MachTask
Completed in 31 milliseconds