Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h84 class CommandBaton : public TypedBaton<CommandData> {
86 explicit CommandBaton(std::unique_ptr<CommandData> Data) in CommandBaton() function
93 typedef std::shared_ptr<CommandBaton> CommandBatonSP;
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp374 std::static_pointer_cast<CommandBaton>(m_callback_baton_sp); in SerializeToStructuredData()
462 auto cmd_baton = std::static_pointer_cast<CommandBaton>(m_callback_baton_sp); in GetCommandLineCallbacks()
570 void BreakpointOptions::CommandBaton::GetDescription( in GetDescription()
603 auto baton_sp = std::make_shared<CommandBaton>(std::move(cmd_data)); in SetCommandDataCallback()
H A DWatchpointOptions.cpp157 void WatchpointOptions::CommandBaton::GetDescription( in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp364 std::make_shared<BreakpointOptions::CommandBaton>(std::move(data_up)); in RegisterBreakpointCallback()
384 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in RegisterWatchpointCallback()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp206 auto baton_sp = std::make_shared<WatchpointOptions::CommandBaton>( in IOHandlerInputComplete()
237 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in SetWatchpointCommandCallback()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp528 auto baton_sp = std::make_shared<BreakpointOptions::CommandBaton>( in IOHandlerInputComplete()
551 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in IOHandlerInputComplete()
1211 std::make_shared<BreakpointOptions::CommandBaton>(std::move(cmd_data_up)); in SetBreakpointCommandCallback()
1238 std::make_shared<BreakpointOptions::CommandBaton>(std::move(data_up)); in SetBreakpointCommandCallback()
1262 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in SetWatchpointCommandCallback()