Home
last modified time | relevance | path

Searched refs:extra_args_sp (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h29 CommandDataLua(StructuredData::ObjectSP extra_args_sp) in CommandDataLua() argument
30 : BreakpointOptions::CommandData(), m_extra_args_sp(extra_args_sp) { in CommandDataLua()
100 StructuredData::ObjectSP extra_args_sp) override;
108 StructuredData::ObjectSP extra_args_sp);
112 StructuredData::ObjectSP extra_args_sp);
H A DScriptInterpreterLua.cpp344 StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction() argument
348 extra_args_sp); in SetBreakpointCommandCallbackFunction()
359 StructuredData::ObjectSP extra_args_sp) { in RegisterBreakpointCallback() argument
361 auto data_up = std::make_unique<CommandDataLua>(extra_args_sp); in RegisterBreakpointCallback()
380 StructuredData::ObjectSP extra_args_sp) { in RegisterWatchpointCallback() argument
H A DLua.cpp81 StructuredData::ObjectSP extra_args_sp) { in CallBreakpointCallback() argument
85 StructuredDataImpl extra_args_impl(std::move(extra_args_sp)); in CallBreakpointCallback()
H A DLua.h39 StructuredData::ObjectSP extra_args_sp);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h36 CommandDataPython(StructuredData::ObjectSP extra_args_sp) in CommandDataPython() argument
38 m_extra_args(std::move(extra_args_sp)) { in CommandDataPython()
H A DScriptInterpreterPythonImpl.h263 StructuredData::ObjectSP extra_args_sp) override;
272 StructuredData::ObjectSP extra_args_sp,
H A DScriptInterpreterPython.cpp1169 StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction() argument
1189 if (extra_args_sp) { in SetBreakpointCommandCallbackFunction()
1204 extra_args_sp, uses_extra_args, in SetBreakpointCommandCallbackFunction()
1237 StructuredData::ObjectSP extra_args_sp, bool uses_extra_args, in SetBreakpointCommandCallback() argument
1239 auto data_up = std::make_unique<CommandDataPython>(extra_args_sp); in SetBreakpointCommandCallback()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp138 const char *function_name, StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction() argument
142 extra_args_sp); in SetBreakpointCommandCallbackFunction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h385 const char *function_name, StructuredData::ObjectSP extra_args_sp);
391 StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h724 bool request_hardware, StructuredData::ObjectSP extra_args_sp,
1362 StructuredData::ObjectSP extra_args_sp);
H A DThread.h951 StructuredData::ObjectSP extra_args_sp,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1371 StructuredData::ObjectSP extra_args_sp, bool stop_other_threads, in QueueThreadPlanForStepScripted() argument
1375 *this, class_name, StructuredDataImpl(extra_args_sp))); in QueueThreadPlanForStepScripted()
H A DTarget.cpp665 bool request_hardware, StructuredData::ObjectSP extra_args_sp, in CreateScriptedBreakpoint() argument
688 nullptr, class_name, depth, StructuredDataImpl(extra_args_sp))); in CreateScriptedBreakpoint()
3846 std::string class_name, StructuredData::ObjectSP extra_args_sp) { in SetScriptCallback() argument
3857 m_extra_args.SetObjectSP(extra_args_sp); in SetScriptCallback()