Home
last modified time | relevance | path

Searched defs:SetCallback (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Breakpoint/
HDWatchpoint.cpp76 Watchpoint::SetCallback (WatchpointHitCallback callback, void *baton, bool is_synchronous) in SetCallback() function in Watchpoint
88 Watchpoint::SetCallback (WatchpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_… in SetCallback() function in Watchpoint
HDBreakpointLocation.cpp225 BreakpointLocation::SetCallback (BreakpointHitCallback callback, void *baton, in SetCallback() function in BreakpointLocation
235 BreakpointLocation::SetCallback (BreakpointHitCallback callback, const BatonSP &baton_sp, in SetCallback() function in BreakpointLocation
HDWatchpointOptions.cpp98 WatchpointOptions::SetCallback (WatchpointHitCallback callback, const BatonSP &callback_baton_sp, b… in SetCallback() function in WatchpointOptions
HDBreakpointOptions.cpp113 BreakpointOptions::SetCallback (BreakpointHitCallback callback, const BatonSP &callback_baton_sp, b… in SetCallback() function in BreakpointOptions
HDBreakpoint.cpp309 Breakpoint::SetCallback (BreakpointHitCallback callback, void *baton, bool is_synchronous) in SetCallback() function in Breakpoint
321 Breakpoint::SetCallback (BreakpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_… in SetCallback() function in Breakpoint
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBBreakpoint.cpp567 SBBreakpoint::SetCallback (BreakpointHitCallback callback, void *baton) in SetCallback() function in SBBreakpoint
/trueos/contrib/llvm/tools/lldb/include/lldb/Utility/
HDSharingPtr.h542 void SetCallback(Callback cb, void* baton) in SetCallback() function