Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp64 void Watchpoint::SetCallback(WatchpointHitCallback callback, void *baton, in SetCallback() function in Watchpoint
68 m_options.SetCallback(callback, std::make_shared<UntypedBaton>(baton), in SetCallback()
76 void Watchpoint::SetCallback(WatchpointHitCallback callback, in SetCallback() function in Watchpoint
79 m_options.SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback()
H A DWatchpointOptions.cpp62 orig.SetCallback(orig_callback, orig_callback_baton_sp, orig_is_sync); in CopyOptionsNoCallback()
71 void WatchpointOptions::SetCallback(WatchpointHitCallback callback, in SetCallback() function in WatchpointOptions
H A DBreakpointLocation.cpp204 void BreakpointLocation::SetCallback(BreakpointHitCallback callback, in SetCallback() function in BreakpointLocation
208 GetLocationOptions().SetCallback( in SetCallback()
213 void BreakpointLocation::SetCallback(BreakpointHitCallback callback, in SetCallback() function in BreakpointLocation
216 GetLocationOptions().SetCallback(callback, baton_sp, is_synchronous); in SetCallback()
H A DBreakpointOptions.cpp402 void BreakpointOptions::SetCallback(BreakpointHitCallback callback, in SetCallback() function in BreakpointOptions
422 void BreakpointOptions::SetCallback( in SetCallback() function in BreakpointOptions
614 SetCallback(BreakpointOptions::BreakpointOptionsCallbackFunction, baton_sp); in SetCommandDataCallback()
H A DBreakpoint.cpp412 void Breakpoint::SetCallback(BreakpointHitCallback callback, void *baton, in SetCallback() function in Breakpoint
416 m_options.SetCallback(callback, std::make_shared<UntypedBaton>(baton), in SetCallback()
424 void Breakpoint::SetCallback(BreakpointHitCallback callback, in SetCallback() function in Breakpoint
427 m_options.SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h115 void SetCallback(BreakpointHitCallback callback,
118 void SetCallback(BreakpointHitCallback callback, void *baton,
H A DWatchpoint.h116 void SetCallback(WatchpointHitCallback callback, void *callback_baton,
119 void SetCallback(WatchpointHitCallback callback,
H A DBreakpointOptions.h185 void SetCallback(BreakpointHitCallback callback,
188 void SetCallback(BreakpointHitCallback callback,
H A DBreakpoint.h378 void SetCallback(BreakpointHitCallback callback, void *baton,
381 void SetCallback(BreakpointHitCallback callback,
H A DWatchpointOptions.h92 void SetCallback(WatchpointHitCallback callback,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h84 void SetCallback(SBBreakpointHitCallback callback, void *baton);
H A DSBBreakpoint.h95 void SetCallback(SBBreakpointHitCallback callback, void *baton);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h108 void SetCallback(std::function<void()> callback) { in SetCallback() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp360 bp_options.SetCallback(ScriptInterpreterLua::BreakpointCallbackFunction, in RegisterBreakpointCallback()
380 wp_options->SetCallback(ScriptInterpreterLua::WatchpointCallbackFunction, in RegisterWatchpointCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp551 void SBBreakpointName::SetCallback(SBBreakpointHitCallback callback, in SetCallback() function in SBBreakpointName
553 LLDB_RECORD_DUMMY(void, SBBreakpointName, SetCallback, in SetCallback()
563 bp_name->GetOptions().SetCallback(SBBreakpointCallbackBaton in SetCallback()
H A DSBBreakpoint.cpp603 void SBBreakpoint::SetCallback(SBBreakpointHitCallback callback, void *baton) { in SetCallback() function in SBBreakpoint
604 LLDB_RECORD_DUMMY(void, SBBreakpoint, SetCallback, in SetCallback()
613 bkpt_sp->SetCallback(SBBreakpointCallbackBaton in SetCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp238 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in IOHandlerInputComplete()
268 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in SetWatchpointCommandCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp310 breakpoint->SetCallback(InstrumentationRuntimeASan::NotifyBreakpointHit, this, in Activate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp222 breakpoint->SetCallback( in Activate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp250 entry_break->SetCallback(EntryBreakpointHit, this, true); in ProbeEntry()
379 dyld_break->SetCallback(RendezvousBreakpointHit, this, true); in SetRendezvousBreakpoint()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp280 breakpoint->SetCallback(InstrumentationRuntimeUBSan::NotifyBreakpointHit, in Activate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp214 bp->SetCallback(JITDebugBreakpointHit, this, true); in SetJITBreakpoint()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp655 bp_options.SetCallback( in IOHandlerInputComplete()
677 wp_options->SetCallback( in IOHandlerInputComplete()
1320 bp_options.SetCallback( in SetBreakpointCommandCallback()
1347 bp_options.SetCallback( in SetBreakpointCommandCallback()
1371 wp_options->SetCallback( in SetWatchpointCommandCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp294 dyld_break->SetCallback(RendezvousBreakpointHit, this, true); in SetRendezvousBreakpoint()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp492 trampolines_changed_bp_sp->SetCallback(RefreshTrampolines, this, in InitializeVTableSymbols()

12