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

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h113 void SetCallback(BreakpointHitCallback callback,
116 void SetCallback(BreakpointHitCallback callback, void *baton,
H A DWatchpointOptions.h92 void SetCallback(WatchpointHitCallback callback,
H A DWatchpoint.h115 void SetCallback(WatchpointHitCallback callback, void *callback_baton,
118 void SetCallback(WatchpointHitCallback callback,
H A DBreakpointOptions.h186 void SetCallback(BreakpointHitCallback callback,
189 void SetCallback(BreakpointHitCallback callback,
H A DBreakpoint.h375 void SetCallback(BreakpointHitCallback callback, void *baton,
378 void SetCallback(BreakpointHitCallback callback,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp62 orig.SetCallback(orig_callback, orig_callback_baton_sp, orig_is_sync);
71 void WatchpointOptions::SetCallback(WatchpointHitCallback callback, function in class:WatchpointOptions
H A DWatchpoint.cpp64 void Watchpoint::SetCallback(WatchpointHitCallback callback, void *baton, function in class:Watchpoint
68 m_options.SetCallback(callback, std::make_shared<UntypedBaton>(baton),
76 void Watchpoint::SetCallback(WatchpointHitCallback callback, function in class:Watchpoint
79 m_options.SetCallback(callback, callback_baton_sp, is_synchronous);
H A DBreakpointLocation.cpp199 void BreakpointLocation::SetCallback(BreakpointHitCallback callback, function in class:BreakpointLocation
203 GetLocationOptions()->SetCallback(
208 void BreakpointLocation::SetCallback(BreakpointHitCallback callback, function in class:BreakpointLocation
211 GetLocationOptions()->SetCallback(callback, baton_sp, is_synchronous);
H A DBreakpointOptions.cpp401 void BreakpointOptions::SetCallback(BreakpointHitCallback callback, function in class:BreakpointOptions
421 void BreakpointOptions::SetCallback( function in class:BreakpointOptions
615 SetCallback(BreakpointOptions::BreakpointOptionsCallbackFunction, baton_sp);
H A DBreakpoint.cpp422 void Breakpoint::SetCallback(BreakpointHitCallback callback, void *baton, function in class:Breakpoint
426 m_options_up->SetCallback(callback, std::make_shared<UntypedBaton>(baton),
434 void Breakpoint::SetCallback(BreakpointHitCallback callback, function in class:Breakpoint
437 m_options_up->SetCallback(callback, callback_baton_sp, is_synchronous);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h84 void SetCallback(SBBreakpointHitCallback callback, void *baton);
H A DSBBreakpoint.h93 void SetCallback(SBBreakpointHitCallback callback, void *baton);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h110 void SetCallback(std::function<void()> callback) { function in class:lldb_private::repro::GDBRemoteProvider
H A DSharingPtr.h423 void SetCallback(Callback cb, void *baton) { function in class:lldb_private::LoggingSharingPtr
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp550 void SBBreakpointName::SetCallback(SBBreakpointHitCallback callback, function in class:SBBreakpointName
552 LLDB_RECORD_DUMMY(void, SBBreakpointName, SetCallback,
562 bp_name->GetOptions().SetCallback(SBBreakpointCallbackBaton
H A DSBBreakpoint.cpp578 void SBBreakpoint ::SetCallback(SBBreakpointHitCallback callback, void *baton) { function in class:SBBreakpoint
579 LLDB_RECORD_DUMMY(void, SBBreakpoint, SetCallback,
588 bkpt_sp->SetCallback(SBBreakpointCallbackBaton
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp236 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp);
266 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp308 breakpoint->SetCallback(AddressSanitizerRuntime::NotifyBreakpointHit, this,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp218 breakpoint->SetCallback(MainThreadCheckerRuntime::NotifyBreakpointHit, this,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp246 entry_break->SetCallback(EntryBreakpointHit, this, true);
375 dyld_break->SetCallback(RendezvousBreakpointHit, this, true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp283 breakpoint->SetCallback(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp212 bp->SetCallback(JITDebugBreakpointHit, this, true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp595 bp_options->SetCallback(
617 wp_options->SetCallback(
1315 bp_options->SetCallback(
1343 bp_options->SetCallback(
1367 wp_options->SetCallback(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp292 dyld_break->SetCallback(RendezvousBreakpointHit, this, true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp497 trampolines_changed_bp_sp->SetCallback(RefreshTrampolines, this,

Completed in 303 milliseconds

12