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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DStoppointCallbackContext.cpp14 : event(nullptr), exe_ctx_ref(), is_synchronous(false) {}
18 : event(e), exe_ctx_ref(exe_ctx), is_synchronous(synchronously) {}
23 is_synchronous = false;
H A DWatchpoint.cpp65 bool is_synchronous) {
69 is_synchronous);
78 bool is_synchronous) {
79 m_options.SetCallback(callback, callback_baton_sp, is_synchronous);
64 SetCallback(WatchpointHitCallback callback, void *baton, bool is_synchronous) argument
76 SetCallback(WatchpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_synchronous) argument
H A DBreakpointLocation.cpp200 void *baton, bool is_synchronous) {
204 callback, std::make_shared<UntypedBaton>(baton), is_synchronous);
210 bool is_synchronous) {
211 GetLocationOptions()->SetCallback(callback, baton_sp, is_synchronous);
404 context->is_synchronous = true;
199 SetCallback(BreakpointHitCallback callback, void *baton, bool is_synchronous) argument
208 SetCallback(BreakpointHitCallback callback, const BatonSP &baton_sp, bool is_synchronous) argument
H A DWatchpointOptions.cpp93 if (m_callback && context->is_synchronous == IsCallbackSynchronous()) {
H A DBreakpoint.cpp423 bool is_synchronous) {
427 is_synchronous);
436 bool is_synchronous) {
437 m_options_up->SetCallback(callback, callback_baton_sp, is_synchronous);
422 SetCallback(BreakpointHitCallback callback, void *baton, bool is_synchronous) argument
434 SetCallback(BreakpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_synchronous) argument
H A DBreakpointOptions.cpp450 if (context->is_synchronous == IsCallbackSynchronous()) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointCallbackContext.h44 bool is_synchronous; // Is the callback being executed synchronously with the member in class:lldb_private::StoppointCallbackContext
H A DBreakpointLocation.h114 const lldb::BatonSP &callback_baton_sp, bool is_synchronous);
117 bool is_synchronous);
H A DWatchpoint.h111 /// \param[in] is_synchronous
116 bool is_synchronous = false);
120 bool is_synchronous = false);
H A DBreakpoint.h371 /// \param[in] is_synchronous
376 bool is_synchronous = false);
380 bool is_synchronous = false);

Completed in 98 milliseconds