Searched defs:is_synchronous (Results 1 – 4 of 4) sorted by relevance
52 … bool is_synchronous; // Is the callback being executed synchronously with the breakpoint, variable
213 bool is_synchronous) in SetCallback()223 bool is_synchronous) in SetCallback()
76 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()
297 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()