Searched refs:is_synchronous (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | StoppointCallbackContext.cpp | 17 : event(e), exe_ctx_ref(exe_ctx), is_synchronous(synchronously) {} in StoppointCallbackContext() 22 is_synchronous = false; in Clear()
|
H A D | BreakpointLocation.cpp | 197 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 D | Watchpoint.cpp | 74 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 D | Breakpoint.cpp | 409 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 D | WatchpointOptions.cpp | 91 if (m_callback && context->is_synchronous == IsCallbackSynchronous()) { in InvokeCallback()
|
H A D | BreakpointOptions.cpp | 432 if (context->is_synchronous == IsCallbackSynchronous()) { in InvokeCallback()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointLocation.h | 119 const lldb::BatonSP &callback_baton_sp, bool is_synchronous); 122 bool is_synchronous);
|
H A D | Watchpoint.h | 151 bool is_synchronous = false); 155 bool is_synchronous = false);
|
H A D | StoppointCallbackContext.h | 44 bool is_synchronous = variable
|
H A D | Breakpoint.h | 389 bool is_synchronous = false); 393 bool is_synchronous = false);
|