reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Breakpoint/WatchpointOptions.h
   92   void SetCallback(WatchpointHitCallback callback,

References

tools/lldb/source/Breakpoint/Watchpoint.cpp
   68   m_options.SetCallback(callback, std::make_shared<UntypedBaton>(baton),
   79   m_options.SetCallback(callback, callback_baton_sp, is_synchronous);
tools/lldb/source/Breakpoint/WatchpointOptions.cpp
   62   orig.SetCallback(orig_callback, orig_callback_baton_sp, orig_is_sync);
tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  233         wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp);
  264     wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp);
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  585       wp_options->SetCallback(
 1334     wp_options->SetCallback(