| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.h | 29 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 D | ScriptInterpreterLua.cpp | 357 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 D | Lua.cpp | 81 StructuredData::ObjectSP extra_args_sp) { in CallBreakpointCallback() argument 85 StructuredDataImpl extra_args_impl(std::move(extra_args_sp)); in CallBreakpointCallback()
|
| H A D | Lua.h | 39 StructuredData::ObjectSP extra_args_sp);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.h | 36 CommandDataPython(StructuredData::ObjectSP extra_args_sp) in CommandDataPython() argument 38 m_extra_args(std::move(extra_args_sp)) { in CommandDataPython()
|
| H A D | ScriptInterpreterPythonImpl.h | 271 StructuredData::ObjectSP extra_args_sp) override; 280 StructuredData::ObjectSP extra_args_sp,
|
| H A D | ScriptInterpreterPython.cpp | 1154 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 D | ScriptInterpreter.cpp | 159 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 D | ScriptInterpreter.h | 325 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 D | Target.h | 767 bool request_hardware, StructuredData::ObjectSP extra_args_sp, 1429 StructuredData::ObjectSP extra_args_sp);
|
| H A D | Thread.h | 1010 StructuredData::ObjectSP extra_args_sp,
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 1410 StructuredData::ObjectSP extra_args_sp, bool stop_other_threads, in QueueThreadPlanForStepScripted() argument 1414 *this, class_name, StructuredDataImpl(extra_args_sp))); in QueueThreadPlanForStepScripted()
|
| H A D | Target.cpp | 751 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()
|