Searched refs:task_get_exception_ports (Results 1 – 5 of 5) sorted by relevance
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachException.cpp | 507 err = ::task_get_exception_ports (task, mask, masks, &count, ports, behaviors, flavors); in Save() 515 err = ::task_get_exception_ports (task, mask, masks, &count, ports, behaviors, flavors); in Save()
|
/external/google-breakpad/src/client/mac/handler/ |
D | exception_handler.cc | 435 task_get_exception_ports(current_task, in ForwardException() 670 kern_return_t result = task_get_exception_ports(current_task, in InstallHandler()
|
/external/valgrind/coregrind/m_syswrap/ |
D | priv_syswrap-darwin.h | 592 DECL_TEMPLATE(darwin, task_get_exception_ports);
|
D | syswrap-darwin.c | 5009 PRE(task_get_exception_ports) in PRE() argument 5020 AFTER = POST_FN(task_get_exception_ports); in PRE() 5023 POST(task_get_exception_ports) in POST() argument 7844 CALL_PRE(task_get_exception_ports); in PRE()
|
/external/llvm/lib/Support/Unix/ |
D | Process.inc | 154 task_get_exception_ports(mach_task_self(), EXC_MASK_ALL, OriginalMasks,
|