| /llvm-project-15.0.7/lldb/test/API/api/multithreaded/ |
| H A D | test_breakpoint_callback.cpp.template | 3 // SBBreakpoint.SetCallback() is invoked when a breakpoint is hit. 38 breakpoint.SetCallback(BPCallback, 0);
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 63 void Watchpoint::SetCallback(WatchpointHitCallback callback, void *baton, in SetCallback() function in Watchpoint 67 m_options.SetCallback(callback, std::make_shared<UntypedBaton>(baton), in SetCallback() 75 void Watchpoint::SetCallback(WatchpointHitCallback callback, in SetCallback() function in Watchpoint 78 m_options.SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback()
|
| H A D | WatchpointOptions.cpp | 60 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 D | BreakpointLocation.cpp | 204 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 D | BreakpointOptions.cpp | 392 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 D | Breakpoint.cpp | 413 void Breakpoint::SetCallback(BreakpointHitCallback callback, void *baton, in SetCallback() function in Breakpoint 417 m_options.SetCallback(callback, std::make_shared<UntypedBaton>(baton), in SetCallback() 425 void Breakpoint::SetCallback(BreakpointHitCallback callback, in SetCallback() function in Breakpoint 428 m_options.SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback()
|
| /llvm-project-15.0.7/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocation.h | 115 void SetCallback(BreakpointHitCallback callback, 118 void SetCallback(BreakpointHitCallback callback, void *baton,
|
| H A D | Watchpoint.h | 116 void SetCallback(WatchpointHitCallback callback, void *callback_baton, 119 void SetCallback(WatchpointHitCallback callback,
|
| H A D | BreakpointOptions.h | 184 void SetCallback(BreakpointHitCallback callback, 187 void SetCallback(BreakpointHitCallback callback,
|
| H A D | Breakpoint.h | 383 void SetCallback(BreakpointHitCallback callback, void *baton, 386 void SetCallback(BreakpointHitCallback callback,
|
| H A D | WatchpointOptions.h | 92 void SetCallback(WatchpointHitCallback callback,
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBBreakpointName.h | 84 void SetCallback(SBBreakpointHitCallback callback, void *baton);
|
| H A D | SBBreakpoint.h | 95 void SetCallback(SBBreakpointHitCallback callback, void *baton);
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | GDBRemote.h | 108 void SetCallback(std::function<void()> callback) { in SetCallback() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 365 bp_options.SetCallback(ScriptInterpreterLua::BreakpointCallbackFunction, in RegisterBreakpointCallback() 385 wp_options->SetCallback(ScriptInterpreterLua::WatchpointCallbackFunction, in RegisterWatchpointCallback()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 208 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in IOHandlerInputComplete() 238 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in SetWatchpointCommandCallback()
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | BreakpointBase.cpp | 112 bp.SetCallback(BreakpointBase::BreakpointHitCallback, this); in SetLogMessage()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOS.cpp | 409 breakpoint->SetCallback(DynamicLoaderMacOS::NotifyBreakpointHit, this, in SetNotificationBreakpoint() 423 dyld_handover_bp->SetCallback(DynamicLoaderMacOS::NotifyBreakpointHit, this, in SetDYLDHandoverBreakpoint()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBBreakpointName.cpp | 531 void SBBreakpointName::SetCallback(SBBreakpointHitCallback callback, in SetCallback() function in SBBreakpointName 542 bp_name->GetOptions().SetCallback(SBBreakpointCallbackBaton in SetCallback()
|
| H A D | SBBreakpoint.cpp | 586 void SBBreakpoint::SetCallback(SBBreakpointHitCallback callback, void *baton) { in SetCallback() function in SBBreakpoint 595 bkpt_sp->SetCallback(SBBreakpointCallbackBaton in SetCallback()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 308 breakpoint->SetCallback(InstrumentationRuntimeASan::NotifyBreakpointHit, this, in Activate()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 217 breakpoint->SetCallback( in Activate()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 278 breakpoint->SetCallback(InstrumentationRuntimeUBSan::NotifyBreakpointHit, in Activate()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 236 entry_break->SetCallback(EntryBreakpointHit, this, true); in ProbeEntry() 374 dyld_break->SetCallback(RendezvousBreakpointHit, this, true); in SetRendezvousBreakpoint()
|
| /llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 211 bp->SetCallback(JITDebugBreakpointHit, this, true); in SetJITBreakpoint()
|