Searched refs:SetCallback (Results 1 - 23 of 23) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h148 SetCallback (BreakpointHitCallback callback,
153 SetCallback (BreakpointHitCallback callback,
H A DWatchpointOptions.h103 void SetCallback (WatchpointHitCallback callback, const lldb::BatonSP &baton_sp, bool synchronous = false);
H A DWatchpoint.h140 SetCallback (WatchpointHitCallback callback,
145 SetCallback (WatchpointHitCallback callback,
H A DBreakpointOptions.h119 void SetCallback (BreakpointHitCallback callback, const lldb::BatonSP &baton_sp, bool synchronous = false);
H A DBreakpoint.h469 SetCallback (BreakpointHitCallback callback,
474 SetCallback (BreakpointHitCallback callback,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp81 orig.SetCallback (orig_callback, orig_callback_baton_sp, orig_is_sync);
95 WatchpointOptions::SetCallback (WatchpointHitCallback callback, const BatonSP &callback_baton_sp, bool callback_is_synchronous) function in class:WatchpointOptions
H A DWatchpoint.cpp74 Watchpoint::SetCallback (WatchpointHitCallback callback, void *baton, bool is_synchronous) function in class:Watchpoint
78 m_options.SetCallback(callback, BatonSP (new Baton(baton)), is_synchronous);
86 Watchpoint::SetCallback (WatchpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_synchronous) function in class:Watchpoint
88 m_options.SetCallback(callback, callback_baton_sp, is_synchronous);
H A DBreakpointLocation.cpp229 BreakpointLocation::SetCallback (BreakpointHitCallback callback, void *baton, function in class:BreakpointLocation
234 GetLocationOptions()->SetCallback(callback, BatonSP (new Baton(baton)), is_synchronous);
239 BreakpointLocation::SetCallback (BreakpointHitCallback callback, const BatonSP &baton_sp, function in class:BreakpointLocation
242 GetLocationOptions()->SetCallback (callback, baton_sp, is_synchronous);
H A DBreakpointOptions.cpp96 orig.SetCallback (orig_callback, orig_callback_baton_sp, orig_is_sync);
110 BreakpointOptions::SetCallback (BreakpointHitCallback callback, const BatonSP &callback_baton_sp, bool callback_is_synchronous) function in class:BreakpointOptions
H A DBreakpoint.cpp316 Breakpoint::SetCallback (BreakpointHitCallback callback, void *baton, bool is_synchronous) function in class:Breakpoint
320 m_options.SetCallback(callback, BatonSP (new Baton(baton)), is_synchronous);
328 Breakpoint::SetCallback (BreakpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_synchronous) function in class:Breakpoint
330 m_options.SetCallback(callback, callback_baton_sp, is_synchronous);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpoint.h119 SetCallback (BreakpointHitCallback callback, void *baton);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp206 wp_options->SetCallback (WatchpointOptionsCallbackFunction, baton_sp);
236 wp_options->SetCallback (WatchpointOptionsCallbackFunction, baton_sp);
H A DCommandObjectBreakpointCommand.cpp217 bp_options->SetCallback (BreakpointOptionsCallbackFunction, baton_sp);
249 bp_options->SetCallback (BreakpointOptionsCallbackFunction, baton_sp);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/
H A DAddressSanitizerRuntime.cpp313 breakpoint->SetCallback (AddressSanitizerRuntime::NotifyBreakpointHit, this, true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpoint.cpp587 SBBreakpoint::SetCallback (BreakpointHitCallback callback, void *baton) function in class:SBBreakpoint
594 log->Printf ("SBBreakpoint(%p)::SetCallback (callback=%p, baton=%p)",
603 m_opaque_sp->SetCallback (SBBreakpoint::PrivateBreakpointHitCallback, baton_sp, false);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp278 entry_break->SetCallback(EntryBreakpointHit, this, true);
350 dyld_break->SetCallback(RendezvousBreakpointHit, this, true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp199 bp->SetCallback(JITDebugBreakpointHit, this, true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp340 dyld_break->SetCallback(RendezvousBreakpointHit, this, true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp438 bp_options->SetCallback (ScriptInterpreterPython::BreakpointCallbackFunction, baton_sp);
465 wp_options->SetCallback (ScriptInterpreterPython::WatchpointCallbackFunction, baton_sp);
1304 bp_options->SetCallback (ScriptInterpreterPython::BreakpointCallbackFunction, baton_sp);
1328 wp_options->SetCallback (ScriptInterpreterPython::WatchpointCallbackFunction, baton_sp);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DSharingPtr.h562 void SetCallback(Callback cb, void* baton) function in class:lldb_private::LoggingSharingPtr
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp506 trampolines_changed_bp_sp->SetCallback (RefreshTrampolines, this, true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1161 hook->bp_sp->SetCallback(HookCallback, hook.get(), true);
3150 bp->SetCallback(KernelBreakpointHit, baton, true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4065 m_thread_create_bp_sp->SetCallback (ProcessGDBRemote::NewThreadNotifyBreakpointHit, this, true);

Completed in 148 milliseconds