Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h89 class CommandBaton : public TypedBaton<CommandData> {
91 explicit CommandBaton(std::unique_ptr<CommandData> Data) in CommandBaton() function
97 typedef std::shared_ptr<CommandBaton> CommandBatonSP;
H A DWatchpointOptions.h213 class CommandBaton : public TypedBaton<CommandData> {
215 CommandBaton(std::unique_ptr<CommandData> Data) in CommandBaton() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp400 std::static_pointer_cast<CommandBaton>(m_callback_baton_sp); in SerializeToStructuredData()
492 auto cmd_baton = std::static_pointer_cast<CommandBaton>(m_callback_baton_sp); in GetCommandLineCallbacks()
600 void BreakpointOptions::CommandBaton::GetDescription( in GetDescription()
635 auto baton_sp = std::make_shared<CommandBaton>(std::move(cmd_data)); in SetCommandDataCallback()
H A DWatchpointOptions.cpp169 void WatchpointOptions::CommandBaton::GetDescription( in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp233 auto baton_sp = std::make_shared<WatchpointOptions::CommandBaton>( in IOHandlerInputComplete()
265 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_ap)); in SetWatchpointCommandCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp484 auto baton_sp = std::make_shared<BreakpointOptions::CommandBaton>( in IOHandlerInputComplete()
507 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_ap)); in IOHandlerInputComplete()
1293 std::make_shared<BreakpointOptions::CommandBaton>(std::move(cmd_data_up)); in SetBreakpointCommandCallback()
1314 std::make_shared<BreakpointOptions::CommandBaton>(std::move(data_ap)); in SetBreakpointCommandCallback()
1338 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_ap)); in SetWatchpointCommandCallback()