Searched refs:is_synchronous (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Breakpoint/ |
| D | StoppointCallbackContext.cpp | 17 : event(e), exe_ctx_ref(exe_ctx), is_synchronous(synchronously) {} in StoppointCallbackContext() 22 is_synchronous = false; in Clear()
|
| D | Watchpoint.cpp | 68 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()
|
| D | BreakpointLocation.cpp | 205 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()
|
| D | WatchpointOptions.cpp | 91 if (m_callback && context->is_synchronous == IsCallbackSynchronous()) { in InvokeCallback()
|
| D | Breakpoint.cpp | 419 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()
|
| D | BreakpointOptions.cpp | 441 if (context->is_synchronous == IsCallbackSynchronous()) { in InvokeCallback()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| D | BreakpointLocation.h | 119 const lldb::BatonSP &callback_baton_sp, bool is_synchronous); 122 bool is_synchronous);
|
| D | Watchpoint.h | 117 bool is_synchronous = false); 121 bool is_synchronous = false);
|
| D | StoppointCallbackContext.h | 44 bool is_synchronous = variable
|
| D | Breakpoint.h | 390 bool is_synchronous = false); 394 bool is_synchronous = false);
|