Home
last modified time | relevance | path

Searched refs:SetCallback (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp56 void Watchpoint::SetCallback(WatchpointHitCallback callback, void *baton, in SetCallback() function in Watchpoint
60 m_options.SetCallback(callback, std::make_shared<UntypedBaton>(baton), in SetCallback()
68 void Watchpoint::SetCallback(WatchpointHitCallback callback, in SetCallback() function in Watchpoint
71 m_options.SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback()
H A DWatchpointOptions.cpp69 orig.SetCallback(orig_callback, orig_callback_baton_sp, orig_is_sync); in CopyOptionsNoCallback()
82 void WatchpointOptions::SetCallback(WatchpointHitCallback callback, in SetCallback() function in WatchpointOptions
H A DBreakpointLocation.cpp200 void BreakpointLocation::SetCallback(BreakpointHitCallback callback, in SetCallback() function in BreakpointLocation
204 GetLocationOptions()->SetCallback( in SetCallback()
209 void BreakpointLocation::SetCallback(BreakpointHitCallback callback, in SetCallback() function in BreakpointLocation
212 GetLocationOptions()->SetCallback(callback, baton_sp, is_synchronous); in SetCallback()
H A DBreakpointOptions.cpp420 void BreakpointOptions::SetCallback(BreakpointHitCallback callback, in SetCallback() function in BreakpointOptions
440 void BreakpointOptions::SetCallback( in SetCallback() function in BreakpointOptions
636 SetCallback(BreakpointOptions::BreakpointOptionsCallbackFunction, baton_sp); in SetCommandDataCallback()
H A DBreakpoint.cpp426 void Breakpoint::SetCallback(BreakpointHitCallback callback, void *baton, in SetCallback() function in Breakpoint
430 m_options_up->SetCallback(callback, std::make_shared<UntypedBaton>(baton), in SetCallback()
438 void Breakpoint::SetCallback(BreakpointHitCallback callback, in SetCallback() function in Breakpoint
441 m_options_up->SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h142 void SetCallback(BreakpointHitCallback callback,
145 void SetCallback(BreakpointHitCallback callback, void *baton,
H A DWatchpoint.h125 void SetCallback(WatchpointHitCallback callback, void *callback_baton,
128 void SetCallback(WatchpointHitCallback callback,
H A DBreakpointOptions.h196 void SetCallback(BreakpointHitCallback callback,
199 void SetCallback(BreakpointHitCallback callback,
H A DBreakpoint.h461 void SetCallback(BreakpointHitCallback callback, void *baton,
464 void SetCallback(BreakpointHitCallback callback,
H A DWatchpointOptions.h107 void SetCallback(WatchpointHitCallback callback,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointName.h83 void SetCallback(SBBreakpointHitCallback callback, void *baton);
H A DSBBreakpoint.h92 void SetCallback(SBBreakpointHitCallback callback, void *baton);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp235 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in IOHandlerInputComplete()
266 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in SetWatchpointCommandCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp310 breakpoint->SetCallback(AddressSanitizerRuntime::NotifyBreakpointHit, this, in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointName.cpp540 void SBBreakpointName::SetCallback(SBBreakpointHitCallback callback, in SetCallback() function in SBBreakpointName
551 bp_name->GetOptions().SetCallback(SBBreakpointCallbackBaton in SetCallback()
H A DSBBreakpoint.cpp523 ::SetCallback(SBBreakpointHitCallback callback, in SetCallback() function in SBBreakpoint
534 bkpt_sp->SetCallback(SBBreakpointCallbackBaton in SetCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp217 breakpoint->SetCallback(MainThreadCheckerRuntime::NotifyBreakpointHit, this, in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp249 entry_break->SetCallback(EntryBreakpointHit, this, true); in ProbeEntry()
379 dyld_break->SetCallback(RendezvousBreakpointHit, this, true); in SetRendezvousBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp282 breakpoint->SetCallback( in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp196 bp->SetCallback(JITDebugBreakpointHit, this, true); in SetJITBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp486 bp_options->SetCallback( in IOHandlerInputComplete()
508 wp_options->SetCallback( in IOHandlerInputComplete()
1294 bp_options->SetCallback(ScriptInterpreterPython::BreakpointCallbackFunction, in SetBreakpointCommandCallback()
1315 bp_options->SetCallback(ScriptInterpreterPython::BreakpointCallbackFunction, in SetBreakpointCommandCallback()
1339 wp_options->SetCallback(ScriptInterpreterPython::WatchpointCallbackFunction, in SetWatchpointCommandCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp292 dyld_break->SetCallback(RendezvousBreakpointHit, this, true); in SetRendezvousBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp495 trampolines_changed_bp_sp->SetCallback(RefreshTrampolines, this, in InitializeVTableSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DSharingPtr.h426 void SetCallback(Callback cb, void *baton) { in SetCallback() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp922 breakpoint->SetCallback(ThreadSanitizerRuntime::NotifyBreakpointHit, this, in Activate()

12