Searched defs:is_synchronous (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DStoppointCallbackContext.h52 bool is_synchronous; // Is the callback being executed synchronously with the breakpoint, member in class:lldb_private::StoppointCallbackContext
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp74 Watchpoint::SetCallback (WatchpointHitCallback callback, void *baton, bool is_synchronous) argument
86 Watchpoint::SetCallback (WatchpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_synchronous) argument
H A DBreakpointLocation.cpp229 SetCallback(BreakpointHitCallback callback, void *baton, bool is_synchronous) argument
239 SetCallback(BreakpointHitCallback callback, const BatonSP &baton_sp, bool is_synchronous) argument
H A DBreakpoint.cpp316 Breakpoint::SetCallback (BreakpointHitCallback callback, void *baton, bool is_synchronous) argument
328 Breakpoint::SetCallback (BreakpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_synchronous) argument

Completed in 63 milliseconds