Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.h36 CommandDataPython(StructuredData::ObjectSP extra_args_sp) : in CommandDataPython() argument
40 m_extra_args_up->SetObjectSP(extra_args_sp); in CommandDataPython()
DScriptInterpreterPythonImpl.h258 StructuredData::ObjectSP extra_args_sp) override;
267 StructuredData::ObjectSP extra_args_sp,
DScriptInterpreterPython.cpp1216 StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction() argument
1237 if (extra_args_sp) { in SetBreakpointCommandCallbackFunction()
1251 SetBreakpointCommandCallback(bp_options, oneliner.c_str(), extra_args_sp, in SetBreakpointCommandCallbackFunction()
1281 StructuredData::ObjectSP extra_args_sp, in SetBreakpointCommandCallback() argument
1283 auto data_up = std::make_unique<CommandDataPython>(extra_args_sp); in SetBreakpointCommandCallback()
/external/llvm-project/lldb/source/Interpreter/
DScriptInterpreter.cpp99 StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction() argument
103 extra_args_sp); in SetBreakpointCommandCallbackFunction()
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h366 const char *function_name, StructuredData::ObjectSP extra_args_sp);
373 StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction() argument
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h668 bool request_hardware, StructuredData::ObjectSP extra_args_sp,
1244 StructuredData::ObjectSP extra_args_sp);
DThread.h928 StructuredData::ObjectSP extra_args_sp,
/external/llvm-project/lldb/source/Target/
DThread.cpp1388 StructuredData::ObjectSP extra_args_sp, bool stop_other_threads, in QueueThreadPlanForStepScripted() argument
1392 if (extra_args_sp) { in QueueThreadPlanForStepScripted()
1394 extra_args_impl->SetObjectSP(extra_args_sp); in QueueThreadPlanForStepScripted()
DTarget.cpp593 bool request_hardware, StructuredData::ObjectSP extra_args_sp, in CreateScriptedBreakpoint() argument
616 if (extra_args_sp) in CreateScriptedBreakpoint()
617 extra_args_impl->SetObjectSP(extra_args_sp); in CreateScriptedBreakpoint()
3366 std::string class_name, StructuredData::ObjectSP extra_args_sp) { in SetScriptCallback() argument
3380 if (extra_args_sp) in SetScriptCallback()
3381 m_extra_args->SetObjectSP(extra_args_sp); in SetScriptCallback()