Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DStoppointCallbackContext.cpp17 : event(e), exe_ctx_ref(exe_ctx), is_synchronous(synchronously) {} in StoppointCallbackContext()
22 is_synchronous = false; in Clear()
DWatchpoint.cpp68 bool is_synchronous) { in SetCallback() argument
72 is_synchronous); in SetCallback()
81 bool is_synchronous) { in SetCallback() argument
82 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()
DWatchpointOptions.cpp91 if (m_callback && context->is_synchronous == IsCallbackSynchronous()) { in InvokeCallback()
DBreakpoint.cpp419 bool is_synchronous) { in SetCallback() argument
423 is_synchronous); in SetCallback()
432 bool is_synchronous) { in SetCallback() argument
433 m_options.SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback()
DBreakpointOptions.cpp441 if (context->is_synchronous == IsCallbackSynchronous()) { in InvokeCallback()
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpointLocation.h119 const lldb::BatonSP &callback_baton_sp, bool is_synchronous);
122 bool is_synchronous);
DWatchpoint.h117 bool is_synchronous = false);
121 bool is_synchronous = false);
DStoppointCallbackContext.h44 bool is_synchronous = variable
DBreakpoint.h390 bool is_synchronous = false);
394 bool is_synchronous = false);