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()
101 StructuredData::ObjectSP extra_args_sp) override;
109 StructuredData::ObjectSP extra_args_sp);
113 StructuredData::ObjectSP extra_args_sp);
H A DScriptInterpreterLua.cpp357 StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction() argument
361 extra_args_sp); in SetBreakpointCommandCallbackFunction()
372 StructuredData::ObjectSP extra_args_sp) { in RegisterBreakpointCallback() argument
373 auto data_up = std::make_unique<CommandDataLua>(extra_args_sp); in RegisterBreakpointCallback()
393 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.h271 StructuredData::ObjectSP extra_args_sp) override;
280 StructuredData::ObjectSP extra_args_sp,
H A DScriptInterpreterPython.cpp1154 StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction() argument
1174 if (extra_args_sp) { in SetBreakpointCommandCallbackFunction()
1189 extra_args_sp, uses_extra_args, in SetBreakpointCommandCallbackFunction()
1222 StructuredData::ObjectSP extra_args_sp, bool uses_extra_args, in SetBreakpointCommandCallback() argument
1224 auto data_up = std::make_unique<CommandDataPython>(extra_args_sp); in SetBreakpointCommandCallback()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp159 const char *function_name, StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction() argument
163 extra_args_sp); in SetBreakpointCommandCallbackFunction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h325 const char *function_name, StructuredData::ObjectSP extra_args_sp);
331 StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h767 bool request_hardware, StructuredData::ObjectSP extra_args_sp,
1429 StructuredData::ObjectSP extra_args_sp);
H A DThread.h1010 StructuredData::ObjectSP extra_args_sp,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1410 StructuredData::ObjectSP extra_args_sp, bool stop_other_threads, in QueueThreadPlanForStepScripted() argument
1414 *this, class_name, StructuredDataImpl(extra_args_sp))); in QueueThreadPlanForStepScripted()
H A DTarget.cpp751 bool request_hardware, StructuredData::ObjectSP extra_args_sp, in CreateScriptedBreakpoint() argument
774 nullptr, class_name, depth, StructuredDataImpl(extra_args_sp))); in CreateScriptedBreakpoint()
3990 std::string class_name, StructuredData::ObjectSP extra_args_sp) { in SetScriptCallback() argument
4009 m_extra_args.SetObjectSP(extra_args_sp); in SetScriptCallback()