Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Breakpoint/
DStoppointCallbackContext.h52 … bool is_synchronous; // Is the callback being executed synchronously with the breakpoint, variable
/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp213 bool is_synchronous) in SetCallback()
223 bool is_synchronous) in SetCallback()
DWatchpoint.cpp76 Watchpoint::SetCallback (WatchpointHitCallback callback, void *baton, bool is_synchronous) in SetCallback()
88 …SetCallback (WatchpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_synchronous) in SetCallback()
DBreakpoint.cpp297 Breakpoint::SetCallback (BreakpointHitCallback callback, void *baton, bool is_synchronous) in SetCallback()
309 …SetCallback (BreakpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_synchronous) in SetCallback()