Home
last modified time | relevance | path

Searched refs:BatonSP (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h93 const lldb::BatonSP &baton_sp, bool synchronous = false);
193 lldb::BatonSP m_callback_baton_sp; // This is the client data for the callback
H A DBreakpointOptions.h185 const lldb::BatonSP &baton_sp, bool synchronous = false);
382 lldb::BatonSP m_callback_baton_sp;
H A DBreakpointLocation.h119 const lldb::BatonSP &callback_baton_sp, bool is_synchronous);
H A DWatchpoint.h120 const lldb::BatonSP &callback_baton_sp,
H A DBreakpoint.h393 const lldb::BatonSP &callback_baton_sp,
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp54 lldb::BatonSP orig_callback_baton_sp = orig.m_callback_baton_sp; in CopyOptionsNoCallback()
70 const BatonSP &callback_baton_sp, in SetCallback()
H A DWatchpoint.cpp80 const BatonSP &callback_baton_sp, in SetCallback()
H A DBreakpointLocation.cpp214 const BatonSP &baton_sp, in SetCallback()
H A DBreakpointOptions.cpp393 const lldb::BatonSP &callback_baton_sp, in SetCallback()
H A DBreakpoint.cpp431 const BatonSP &callback_baton_sp, in SetCallback()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBBreakpointLocation.cpp212 BatonSP baton_sp(new SBBreakpointCallbackBaton(callback, baton)); in SetCallback()
H A DSBBreakpointName.cpp541 BatonSP baton_sp(new SBBreakpointCallbackBaton(callback, baton)); in SetCallback()
H A DSBBreakpoint.cpp594 BatonSP baton_sp(new SBBreakpointCallbackBaton(callback, baton)); in SetCallback()
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h300 typedef std::shared_ptr<lldb_private::Baton> BatonSP; typedef