Home
last modified time | relevance | path

Searched refs:GetBaton (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDWatchpointOptions.h130 Baton *GetBaton();
136 const Baton *GetBaton() const;
HDBreakpointOptions.h241 Baton *GetBaton();
247 const Baton *GetBaton() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDWatchpointOptions.cpp85 Baton *WatchpointOptions::GetBaton() { return m_callback_baton_sp.get(); } in GetBaton() function in WatchpointOptions
87 const Baton *WatchpointOptions::GetBaton() const { in GetBaton() function in WatchpointOptions
HDBreakpointOptions.cpp440 Baton *BreakpointOptions::GetBaton() { return m_callback_baton_sp.get(); } in GetBaton() function in BreakpointOptions
442 const Baton *BreakpointOptions::GetBaton() const { in GetBaton() function in BreakpointOptions
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectBreakpointCommand.cpp676 ->GetBaton(); in DoExecute()
678 baton = bp->GetOptions()->GetBaton(); in DoExecute()
HDCommandObjectWatchpointCommand.cpp620 const Baton *baton = wp_options->GetBaton(); in DoExecute()