Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpoint.cpp67 void Watchpoint::SetCallback(WatchpointHitCallback callback, void *baton, in SetCallback() function in Watchpoint
71 m_options.SetCallback(callback, std::make_shared<UntypedBaton>(baton), in SetCallback()
79 void Watchpoint::SetCallback(WatchpointHitCallback callback, in SetCallback() function in Watchpoint
82 m_options.SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback()
H A DWatchpointOptions.cpp60 orig.SetCallback(orig_callback, orig_callback_baton_sp, orig_is_sync); in CopyOptionsNoCallback()
69 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.cpp392 void BreakpointOptions::SetCallback(BreakpointHitCallback callback, in SetCallback() function in BreakpointOptions
412 void BreakpointOptions::SetCallback( in SetCallback() function in BreakpointOptions
604 SetCallback(BreakpointOptions::BreakpointOptionsCallbackFunction, baton_sp); in SetCommandDataCallback()
H A DBreakpoint.cpp418 void Breakpoint::SetCallback(BreakpointHitCallback callback, void *baton, in SetCallback() function in Breakpoint
422 m_options.SetCallback(callback, std::make_shared<UntypedBaton>(baton), in SetCallback()
430 void Breakpoint::SetCallback(BreakpointHitCallback callback, in SetCallback() function in Breakpoint
433 m_options.SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback()
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h118 void SetCallback(BreakpointHitCallback callback,
121 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.h184 void SetCallback(BreakpointHitCallback callback,
187 void SetCallback(BreakpointHitCallback callback,
H A DBreakpoint.h389 void SetCallback(BreakpointHitCallback callback, void *baton,
392 void SetCallback(BreakpointHitCallback callback,
H A DWatchpointOptions.h92 void SetCallback(WatchpointHitCallback callback,
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBBreakpointLocation.h56 void SetCallback(SBBreakpointHitCallback callback, void *baton);
H A DSBBreakpointName.h84 void SetCallback(SBBreakpointHitCallback callback, void *baton);
H A DSBBreakpoint.h95 void SetCallback(SBBreakpointHitCallback callback, void *baton);
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp365 bp_options.SetCallback(ScriptInterpreterLua::BreakpointCallbackFunction, in RegisterBreakpointCallback()
385 wp_options->SetCallback(ScriptInterpreterLua::WatchpointCallbackFunction, in RegisterWatchpointCallback()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpointLocation.cpp203 void SBBreakpointLocation::SetCallback(SBBreakpointHitCallback callback, in SetCallback() function in SBBreakpointLocation
213 loc_sp->SetCallback(SBBreakpointCallbackBaton::PrivateBreakpointHitCallback, in SetCallback()
H A DSBBreakpointName.cpp531 void SBBreakpointName::SetCallback(SBBreakpointHitCallback callback, in SetCallback() function in SBBreakpointName
542 bp_name->GetOptions().SetCallback(SBBreakpointCallbackBaton in SetCallback()
H A DSBBreakpoint.cpp586 void SBBreakpoint::SetCallback(SBBreakpointHitCallback callback, void *baton) { in SetCallback() function in SBBreakpoint
595 bkpt_sp->SetCallback(SBBreakpointCallbackBaton in SetCallback()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp208 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in IOHandlerInputComplete()
238 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in SetWatchpointCommandCallback()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp438 breakpoint->SetCallback(DynamicLoaderMacOS::NotifyBreakpointHit, this, in SetNotificationBreakpoint()
452 dyld_handover_bp->SetCallback(DynamicLoaderMacOS::NotifyBreakpointHit, this, in SetDYLDHandoverBreakpoint()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp309 breakpoint->SetCallback(InstrumentationRuntimeASan::NotifyBreakpointHit, this, in Activate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp218 breakpoint->SetCallback( in Activate()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DBreakpointBase.cpp267 bp.SetCallback(BreakpointBase::BreakpointHitCallback, this); in SetLogMessage()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp242 entry_break->SetCallback(EntryBreakpointHit, this, true); in ProbeEntry()
385 dyld_break->SetCallback(RendezvousBreakpointHit, this, true); in SetRendezvousBreakpoint()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp279 breakpoint->SetCallback(InstrumentationRuntimeUBSan::NotifyBreakpointHit, in Activate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp209 bp->SetCallback(JITDebugBreakpointHit, this, true); in SetJITBreakpoint()

12