Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp106 g_message->exc_type = 0; in catch_mach_exception_raise()
107 g_message->exc_data.clear(); in catch_mach_exception_raise()
109 if (task_port == g_message->task_port) { in catch_mach_exception_raise()
110 g_message->task_port = task_port; in catch_mach_exception_raise()
111 g_message->thread_port = thread_port; in catch_mach_exception_raise()
112 g_message->exc_type = exc_type; in catch_mach_exception_raise()
122 g_message->task_port = task_port; in catch_mach_exception_raise()
123 g_message->thread_port = thread_port; in catch_mach_exception_raise()
124 g_message->exc_type = exc_type; in catch_mach_exception_raise()
271 g_message = &state; in CatchExceptionRaise()
[all …]