Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h178 class CommandBaton : public TypedBaton<CommandData> {
180 CommandBaton(std::unique_ptr<CommandData> Data) in CommandBaton() function
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;
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp384 std::static_pointer_cast<CommandBaton>(m_callback_baton_sp); in SerializeToStructuredData()
472 auto cmd_baton = std::static_pointer_cast<CommandBaton>(m_callback_baton_sp); in GetCommandLineCallbacks()
580 void BreakpointOptions::CommandBaton::GetDescription( in GetDescription()
613 auto baton_sp = std::make_shared<CommandBaton>(std::move(cmd_data)); in SetCommandDataCallback()
H A DWatchpointOptions.cpp159 void WatchpointOptions::CommandBaton::GetDescription( in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp359 std::make_shared<BreakpointOptions::CommandBaton>(std::move(data_up)); in RegisterBreakpointCallback()
379 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in RegisterWatchpointCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp236 auto baton_sp = std::make_shared<WatchpointOptions::CommandBaton>( in IOHandlerInputComplete()
267 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in SetWatchpointCommandCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp653 auto baton_sp = std::make_shared<BreakpointOptions::CommandBaton>( in IOHandlerInputComplete()
676 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in IOHandlerInputComplete()
1319 std::make_shared<BreakpointOptions::CommandBaton>(std::move(cmd_data_up)); in SetBreakpointCommandCallback()
1346 std::make_shared<BreakpointOptions::CommandBaton>(std::move(data_up)); in SetBreakpointCommandCallback()
1370 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in SetWatchpointCommandCallback()