Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DStoppointCallbackContext.cpp17 : event(e), exe_ctx_ref(exe_ctx), is_synchronous(synchronously) {} in StoppointCallbackContext()
22 is_synchronous = false; in Clear()
DWatchpoint.cpp65 bool is_synchronous) { in SetCallback() argument
69 is_synchronous); in SetCallback()
78 bool is_synchronous) { in SetCallback() argument
79 m_options.SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback()
DBreakpointLocation.cpp205 void *baton, bool is_synchronous) { in SetCallback() argument
209 callback, std::make_shared<UntypedBaton>(baton), is_synchronous); in SetCallback()
215 bool is_synchronous) { in SetCallback() argument
216 GetLocationOptions().SetCallback(callback, baton_sp, is_synchronous); in SetCallback()
404 context->is_synchronous = true; in ShouldStop()
DBreakpoint.cpp413 bool is_synchronous) { in SetCallback() argument
417 is_synchronous); in SetCallback()
426 bool is_synchronous) { in SetCallback() argument
427 m_options.SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback()
DWatchpointOptions.cpp93 if (m_callback && context->is_synchronous == IsCallbackSynchronous()) { in InvokeCallback()
DBreakpointOptions.cpp451 if (context->is_synchronous == IsCallbackSynchronous()) { in InvokeCallback()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointLocation.h116 const lldb::BatonSP &callback_baton_sp, bool is_synchronous);
119 bool is_synchronous);
DWatchpoint.h117 bool is_synchronous = false);
121 bool is_synchronous = false);
DStoppointCallbackContext.h44 bool is_synchronous = variable
DBreakpoint.h379 bool is_synchronous = false);
383 bool is_synchronous = false);