| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 73 void Watchpoint::SetCallback(WatchpointHitCallback callback, void *baton, in SetCallback() function in Watchpoint 77 m_options.SetCallback(callback, std::make_shared<UntypedBaton>(baton), in SetCallback() 85 void Watchpoint::SetCallback(WatchpointHitCallback callback, in SetCallback() function in Watchpoint 88 m_options.SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback() 127 bp_sp->SetCallback(VariableWatchpointDisabler, baton_sp); in SetupVariableWatchpointDisabler()
|
| 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 | 186 void BreakpointLocation::SetCallback(BreakpointHitCallback callback, in SetCallback() function in BreakpointLocation 190 GetLocationOptions().SetCallback( in SetCallback() 195 void BreakpointLocation::SetCallback(BreakpointHitCallback callback, in SetCallback() function in BreakpointLocation 198 GetLocationOptions().SetCallback(callback, baton_sp, is_synchronous); in SetCallback()
|
| H A D | BreakpointOptions.cpp | 384 void BreakpointOptions::SetCallback(BreakpointHitCallback callback, in SetCallback() function in BreakpointOptions 404 void BreakpointOptions::SetCallback( in SetCallback() function in BreakpointOptions 588 SetCallback(BreakpointOptions::BreakpointOptionsCallbackFunction, baton_sp); in SetCommandDataCallback()
|
| H A D | Breakpoint.cpp | 453 void Breakpoint::SetCallback(BreakpointHitCallback callback, void *baton, in SetCallback() function in Breakpoint 457 m_options.SetCallback(callback, std::make_shared<UntypedBaton>(baton), in SetCallback() 465 void Breakpoint::SetCallback(BreakpointHitCallback callback, in SetCallback() function in Breakpoint 468 m_options.SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocation.h | 120 void SetCallback(BreakpointHitCallback callback, 123 void SetCallback(BreakpointHitCallback callback, void *baton,
|
| H A D | Watchpoint.h | 150 void SetCallback(WatchpointHitCallback callback, void *callback_baton, 153 void SetCallback(WatchpointHitCallback callback,
|
| H A D | BreakpointOptions.h | 185 void SetCallback(BreakpointHitCallback callback, 188 void SetCallback(BreakpointHitCallback callback,
|
| H A D | Breakpoint.h | 388 void SetCallback(BreakpointHitCallback callback, void *baton, 391 void SetCallback(BreakpointHitCallback callback,
|
| H A D | WatchpointOptions.h | 88 void SetCallback(WatchpointHitCallback callback,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/ |
| H A D | InstrumentationRuntimeASanLibsanitizers.cpp | 101 breakpoint->SetCallback( in Activate()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBBreakpointName.h | 81 void SetCallback(SBBreakpointHitCallback callback, void *baton);
|
| H A D | SBBreakpointLocation.h | 66 void SetCallback(SBBreakpointHitCallback callback, void *baton);
|
| H A D | SBBreakpoint.h | 101 void SetCallback(SBBreakpointHitCallback callback, void *baton);
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 200 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in IOHandlerInputComplete() 230 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in SetWatchpointCommandCallback()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 202 void SBBreakpointLocation::SetCallback(SBBreakpointHitCallback callback, in SetCallback() function in SBBreakpointLocation 212 loc_sp->SetCallback(SBBreakpointCallbackBaton::PrivateBreakpointHitCallback, in SetCallback()
|
| H A D | SBBreakpointName.cpp | 534 void SBBreakpointName::SetCallback(SBBreakpointHitCallback callback, in SetCallback() function in SBBreakpointName 545 bp_name->GetOptions().SetCallback(SBBreakpointCallbackBaton in SetCallback()
|
| H A D | SBBreakpoint.cpp | 584 void SBBreakpoint::SetCallback(SBBreakpointHitCallback callback, void *baton) { in SetCallback() function in SBBreakpoint 593 bkpt_sp->SetCallback(SBBreakpointCallbackBaton in SetCallback()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 380 bp_options.SetCallback(ScriptInterpreterLua::BreakpointCallbackFunction, in RegisterBreakpointCallback() 401 wp_options->SetCallback(ScriptInterpreterLua::WatchpointCallbackFunction, in RegisterWatchpointCallback()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 95 breakpoint->SetCallback(InstrumentationRuntimeASan::NotifyBreakpointHit, this,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 219 breakpoint->SetCallback( in Activate()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 277 breakpoint->SetCallback(InstrumentationRuntimeUBSan::NotifyBreakpointHit, in Activate()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 251 entry_break->SetCallback(EntryBreakpointHit, this, true); in ProbeEntry() 385 dyld_break->SetCallback(RendezvousBreakpointHit, this, true); in SetRendezvousBreakpoint()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 211 bp->SetCallback(JITDebugBreakpointHit, this, true); in SetJITBreakpoint()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 529 bp_options.SetCallback( in IOHandlerInputComplete() 551 wp_options->SetCallback( in IOHandlerInputComplete() 1207 bp_options.SetCallback( in SetBreakpointCommandCallback() 1237 bp_options.SetCallback( in SetBreakpointCommandCallback() 1261 wp_options->SetCallback( in SetWatchpointCommandCallback()
|