Home
last modified time | relevance | path

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

/freebsd-13.1/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()
98 StructuredData::ObjectSP extra_args_sp) override;
106 StructuredData::ObjectSP extra_args_sp);
110 StructuredData::ObjectSP extra_args_sp);
H A DScriptInterpreterLua.cpp338 StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction() argument
342 extra_args_sp); in SetBreakpointCommandCallbackFunction()
352 StructuredData::ObjectSP extra_args_sp) { in RegisterBreakpointCallback() argument
354 auto data_up = std::make_unique<CommandDataLua>(extra_args_sp); in RegisterBreakpointCallback()
372 StructuredData::ObjectSP extra_args_sp) { in RegisterWatchpointCallback() argument
H A DLua.cpp104 StructuredData::ObjectSP extra_args_sp) { in CallBreakpointCallback() argument
109 if (extra_args_sp == nullptr) in CallBreakpointCallback()
112 extra_args_impl->SetObjectSP(extra_args_sp); in CallBreakpointCallback()
H A DLua.h39 StructuredData::ObjectSP extra_args_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h38 CommandDataPython(StructuredData::ObjectSP extra_args_sp) : in CommandDataPython() argument
42 m_extra_args_up->SetObjectSP(extra_args_sp); in CommandDataPython()
H A DScriptInterpreterPythonImpl.h261 StructuredData::ObjectSP extra_args_sp) override;
270 StructuredData::ObjectSP extra_args_sp,
H A DScriptInterpreterPython.cpp1268 StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction() argument
1289 if (extra_args_sp) { in SetBreakpointCommandCallbackFunction()
1303 SetBreakpointCommandCallback(bp_options, oneliner.c_str(), extra_args_sp, in SetBreakpointCommandCallbackFunction()
1333 StructuredData::ObjectSP extra_args_sp, bool uses_extra_args) { in SetBreakpointCommandCallback() argument
1334 auto data_up = std::make_unique<CommandDataPython>(extra_args_sp); in SetBreakpointCommandCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp111 const char *function_name, StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction() argument
115 extra_args_sp); in SetBreakpointCommandCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h394 const char *function_name, StructuredData::ObjectSP extra_args_sp);
400 StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1372 StructuredData::ObjectSP extra_args_sp, bool stop_other_threads, in QueueThreadPlanForStepScripted() argument
1376 if (extra_args_sp) { in QueueThreadPlanForStepScripted()
1378 extra_args_impl->SetObjectSP(extra_args_sp); in QueueThreadPlanForStepScripted()
H A DTarget.cpp600 bool request_hardware, StructuredData::ObjectSP extra_args_sp, in CreateScriptedBreakpoint() argument
623 if (extra_args_sp) in CreateScriptedBreakpoint()
624 extra_args_impl->SetObjectSP(extra_args_sp); in CreateScriptedBreakpoint()
3427 std::string class_name, StructuredData::ObjectSP extra_args_sp) { in SetScriptCallback() argument
3441 if (extra_args_sp) in SetScriptCallback()
3442 m_extra_args->SetObjectSP(extra_args_sp); in SetScriptCallback()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h676 bool request_hardware, StructuredData::ObjectSP extra_args_sp,
1266 StructuredData::ObjectSP extra_args_sp);
H A DThread.h928 StructuredData::ObjectSP extra_args_sp,