reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  404   context->is_synchronous = true;
tools/lldb/source/Breakpoint/BreakpointOptions.cpp
  450     if (context->is_synchronous == IsCallbackSynchronous()) {
tools/lldb/source/Breakpoint/StoppointCallbackContext.cpp
   23   is_synchronous = false;
tools/lldb/source/Breakpoint/WatchpointOptions.cpp
   93   if (m_callback && context->is_synchronous == IsCallbackSynchronous()) {