Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h85 class CommandBaton : public TypedBaton<CommandData> {
87 explicit CommandBaton(std::unique_ptr<CommandData> Data) in CommandBaton() function
94 typedef std::shared_ptr<CommandBaton> CommandBatonSP;
H A DWatchpointOptions.h173 class CommandBaton : public TypedBaton<CommandData> {
175 CommandBaton(std::unique_ptr<CommandData> Data)
180 CommandBaton(std::unique_ptr<CommandData> Data) CommandBaton() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp366 std::static_pointer_cast<CommandBaton>(m_callback_baton_sp); in SerializeToStructuredData()
455 auto cmd_baton = std::static_pointer_cast<CommandBaton>(m_callback_baton_sp); in GetCommandLineCallbacks()
554 void BreakpointOptions::CommandBaton::GetDescription( in GetDescription()
587 auto baton_sp = std::make_shared<CommandBaton>(std::move(cmd_data)); in SetCommandDataCallback()
H A DWatchpointOptions.cpp157 void WatchpointOptions::CommandBaton::GetDescription( in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp198 auto baton_sp = std::make_shared<WatchpointOptions::CommandBaton>( in IOHandlerInputComplete()
229 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in SetWatchpointCommandCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp379 std::make_shared<BreakpointOptions::CommandBaton>(std::move(data_up)); in RegisterBreakpointCallback()
400 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in RegisterWatchpointCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp527 auto baton_sp = std::make_shared<BreakpointOptions::CommandBaton>( in IOHandlerInputComplete()
550 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in IOHandlerInputComplete()
1206 std::make_shared<BreakpointOptions::CommandBaton>(std::move(cmd_data_up)); in SetBreakpointCommandCallback()
1236 std::make_shared<BreakpointOptions::CommandBaton>(std::move(data_up)); in SetBreakpointCommandCallback()
1260 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in SetWatchpointCommandCallback()