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

Declarations

tools/lldb/include/lldb/Breakpoint/BreakpointOptions.h
  185   void SetCallback(BreakpointHitCallback callback,

References

tools/lldb/source/API/SBBreakpointName.cpp
  562   bp_name->GetOptions().SetCallback(SBBreakpointCallbackBaton
tools/lldb/source/Breakpoint/Breakpoint.cpp
  426   m_options_up->SetCallback(callback, std::make_shared<UntypedBaton>(baton),
  437   m_options_up->SetCallback(callback, callback_baton_sp, is_synchronous);
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  203   GetLocationOptions()->SetCallback(
  211   GetLocationOptions()->SetCallback(callback, baton_sp, is_synchronous);