Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DStoppointCallbackContext.cpp17 : event(e), exe_ctx_ref(exe_ctx), is_synchronous(synchronously) {} in StoppointCallbackContext()
22 is_synchronous = false; in Clear()
H A DBreakpointLocation.cpp197 void *baton, bool is_synchronous) { in SetCallback() argument
201 callback, std::make_shared<UntypedBaton>(baton), is_synchronous); in SetCallback()
207 bool is_synchronous) { in SetCallback() argument
208 GetLocationOptions().SetCallback(callback, baton_sp, is_synchronous); in SetCallback()
397 context->is_synchronous = true; in ShouldStop()
H A DWatchpoint.cpp74 bool is_synchronous) { in SetCallback() argument
78 is_synchronous); in SetCallback()
87 bool is_synchronous) { in SetCallback() argument
88 m_options.SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback()
H A DBreakpoint.cpp409 bool is_synchronous) { in SetCallback() argument
413 is_synchronous); in SetCallback()
422 bool is_synchronous) { in SetCallback() argument
423 m_options.SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback()
H A DWatchpointOptions.cpp91 if (m_callback && context->is_synchronous == IsCallbackSynchronous()) { in InvokeCallback()
H A DBreakpointOptions.cpp432 if (context->is_synchronous == IsCallbackSynchronous()) { in InvokeCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h119 const lldb::BatonSP &callback_baton_sp, bool is_synchronous);
122 bool is_synchronous);
H A DWatchpoint.h151 bool is_synchronous = false);
155 bool is_synchronous = false);
H A DStoppointCallbackContext.h44 bool is_synchronous = variable
H A DBreakpoint.h389 bool is_synchronous = false);
393 bool is_synchronous = false);