Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
DWatchpointOptions.h132 bool IsCallbackSynchronous () { in IsCallbackSynchronous() function
DBreakpointOptions.h148 bool IsCallbackSynchronous () { in IsCallbackSynchronous() function
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/
DWatchpointOptions.cpp129 if (m_callback && context->is_synchronous == IsCallbackSynchronous()) in InvokeCallback()
DBreakpointOptions.cpp145 if (m_callback && context->is_synchronous == IsCallbackSynchronous()) in InvokeCallback()