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.h84 class CommandBaton : public TypedBaton<CommandData> {
86 explicit CommandBaton(std::unique_ptr<CommandData> Data) in CommandBaton() function
93 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.cpp365 std::static_pointer_cast<CommandBaton>(m_callback_baton_sp); in SerializeToStructuredData()
453 auto cmd_baton = std::static_pointer_cast<CommandBaton>(m_callback_baton_sp); in GetCommandLineCallbacks()
561 void BreakpointOptions::CommandBaton::GetDescription( in GetDescription()
594 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/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp366 std::make_shared<BreakpointOptions::CommandBaton>(std::move(data_up)); in RegisterBreakpointCallback()
387 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in RegisterWatchpointCallback()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp194 auto baton_sp = std::make_shared<WatchpointOptions::CommandBaton>( in IOHandlerInputComplete()
225 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in SetWatchpointCommandCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp545 auto baton_sp = std::make_shared<BreakpointOptions::CommandBaton>( in IOHandlerInputComplete()
569 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in IOHandlerInputComplete()
1226 std::make_shared<BreakpointOptions::CommandBaton>(std::move(cmd_data_up)); in SetBreakpointCommandCallback()
1256 std::make_shared<BreakpointOptions::CommandBaton>(std::move(data_up)); in SetBreakpointCommandCallback()
1281 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in SetWatchpointCommandCallback()