| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 56 void Watchpoint::SetCallback(WatchpointHitCallback callback, void *baton, in SetCallback() function in Watchpoint 60 m_options.SetCallback(callback, std::make_shared<UntypedBaton>(baton), in SetCallback() 68 void Watchpoint::SetCallback(WatchpointHitCallback callback, in SetCallback() function in Watchpoint 71 m_options.SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback()
|
| H A D | WatchpointOptions.cpp | 69 orig.SetCallback(orig_callback, orig_callback_baton_sp, orig_is_sync); in CopyOptionsNoCallback() 82 void WatchpointOptions::SetCallback(WatchpointHitCallback callback, in SetCallback() function in WatchpointOptions
|
| H A D | BreakpointLocation.cpp | 200 void BreakpointLocation::SetCallback(BreakpointHitCallback callback, in SetCallback() function in BreakpointLocation 204 GetLocationOptions()->SetCallback( in SetCallback() 209 void BreakpointLocation::SetCallback(BreakpointHitCallback callback, in SetCallback() function in BreakpointLocation 212 GetLocationOptions()->SetCallback(callback, baton_sp, is_synchronous); in SetCallback()
|
| H A D | BreakpointOptions.cpp | 420 void BreakpointOptions::SetCallback(BreakpointHitCallback callback, in SetCallback() function in BreakpointOptions 440 void BreakpointOptions::SetCallback( in SetCallback() function in BreakpointOptions 636 SetCallback(BreakpointOptions::BreakpointOptionsCallbackFunction, baton_sp); in SetCommandDataCallback()
|
| H A D | Breakpoint.cpp | 426 void Breakpoint::SetCallback(BreakpointHitCallback callback, void *baton, in SetCallback() function in Breakpoint 430 m_options_up->SetCallback(callback, std::make_shared<UntypedBaton>(baton), in SetCallback() 438 void Breakpoint::SetCallback(BreakpointHitCallback callback, in SetCallback() function in Breakpoint 441 m_options_up->SetCallback(callback, callback_baton_sp, is_synchronous); in SetCallback()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocation.h | 142 void SetCallback(BreakpointHitCallback callback, 145 void SetCallback(BreakpointHitCallback callback, void *baton,
|
| H A D | Watchpoint.h | 125 void SetCallback(WatchpointHitCallback callback, void *callback_baton, 128 void SetCallback(WatchpointHitCallback callback,
|
| H A D | BreakpointOptions.h | 196 void SetCallback(BreakpointHitCallback callback, 199 void SetCallback(BreakpointHitCallback callback,
|
| H A D | Breakpoint.h | 461 void SetCallback(BreakpointHitCallback callback, void *baton, 464 void SetCallback(BreakpointHitCallback callback,
|
| H A D | WatchpointOptions.h | 107 void SetCallback(WatchpointHitCallback callback,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBBreakpointName.h | 83 void SetCallback(SBBreakpointHitCallback callback, void *baton);
|
| H A D | SBBreakpoint.h | 92 void SetCallback(SBBreakpointHitCallback callback, void *baton);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 235 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in IOHandlerInputComplete() 266 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in SetWatchpointCommandCallback()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | ASanRuntime.cpp | 310 breakpoint->SetCallback(AddressSanitizerRuntime::NotifyBreakpointHit, this, in Activate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBBreakpointName.cpp | 540 void SBBreakpointName::SetCallback(SBBreakpointHitCallback callback, in SetCallback() function in SBBreakpointName 551 bp_name->GetOptions().SetCallback(SBBreakpointCallbackBaton in SetCallback()
|
| H A D | SBBreakpoint.cpp | 523 ::SetCallback(SBBreakpointHitCallback callback, in SetCallback() function in SBBreakpoint 534 bkpt_sp->SetCallback(SBBreakpointCallbackBaton in SetCallback()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | MainThreadCheckerRuntime.cpp | 217 breakpoint->SetCallback(MainThreadCheckerRuntime::NotifyBreakpointHit, this, in Activate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 249 entry_break->SetCallback(EntryBreakpointHit, this, true); in ProbeEntry() 379 dyld_break->SetCallback(RendezvousBreakpointHit, this, true); in SetRendezvousBreakpoint()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | UBSanRuntime.cpp | 282 breakpoint->SetCallback( in Activate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 196 bp->SetCallback(JITDebugBreakpointHit, this, true); in SetJITBreakpoint()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 486 bp_options->SetCallback( in IOHandlerInputComplete() 508 wp_options->SetCallback( in IOHandlerInputComplete() 1294 bp_options->SetCallback(ScriptInterpreterPython::BreakpointCallbackFunction, in SetBreakpointCommandCallback() 1315 bp_options->SetCallback(ScriptInterpreterPython::BreakpointCallbackFunction, in SetBreakpointCommandCallback() 1339 wp_options->SetCallback(ScriptInterpreterPython::WatchpointCallbackFunction, in SetWatchpointCommandCallback()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 292 dyld_break->SetCallback(RendezvousBreakpointHit, this, true); in SetRendezvousBreakpoint()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 495 trampolines_changed_bp_sp->SetCallback(RefreshTrampolines, this, in InitializeVTableSymbols()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | SharingPtr.h | 426 void SetCallback(Callback cb, void *baton) { in SetCallback() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 922 breakpoint->SetCallback(ThreadSanitizerRuntime::NotifyBreakpointHit, this, in Activate()
|