Home
last modified time | relevance | path

Searched refs:CommandBatonSP (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h93 typedef std::shared_ptr<CommandBaton> CommandBatonSP; typedef
188 const BreakpointOptions::CommandBatonSP &command_baton_sp,
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp414 const BreakpointOptions::CommandBatonSP &callback_baton_sp, in SetCallback()