Searched refs:args_impl (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/ |
| H A D | PythonTestSuite.cpp | 60 const StructuredDataImpl &args_impl) { in LLDBSwigPythonBreakpointCallbackFunction() argument 198 const lldb::TargetSP &target_sp, const StructuredDataImpl &args_impl, in LLDBSwigPythonCreateScriptedProcess() argument 205 const lldb::ProcessSP &process_sp, const StructuredDataImpl &args_impl, in LLDBSwigPythonCreateScriptedThread() argument 257 const char *session_dictionary_name, const StructuredDataImpl &args_impl, in LLDBSwigPythonCreateScriptedStopHook() argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | SWIGPythonBridge.h | 60 const lldb::TargetSP &target_sp, const StructuredDataImpl &args_impl, 65 const lldb::ProcessSP &process_sp, const StructuredDataImpl &args_impl, 72 const lldb_private::StructuredDataImpl &args_impl);
|
| H A D | ScriptedThreadPythonInterface.cpp | 38 StructuredDataImpl args_impl(args_sp); in CreatePluginObject() local 49 args_impl, error_string); in CreatePluginObject()
|
| H A D | ScriptedProcessPythonInterface.cpp | 39 StructuredDataImpl args_impl(args_sp); in CreatePluginObject() local 47 args_impl, error_string); in CreatePluginObject()
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | python-wrapper.swig | 23 const lldb_private::StructuredDataImpl &args_impl) { 46 : pfunc.Call(frame_arg, bp_loc_arg, ToSWIGWrapper(args_impl), dict); 209 const lldb_private::StructuredDataImpl &args_impl, 243 result = pfunc(target_arg, ToSWIGWrapper(args_impl)); 253 const lldb::ProcessSP &process_sp, const StructuredDataImpl &args_impl, 284 return pfunc(ToSWIGWrapper(process_sp), ToSWIGWrapper(args_impl)); 293 const lldb_private::StructuredDataImpl &args_impl, 326 auto args_sb = std::make_unique<lldb::SBStructuredData>(args_impl); 388 const StructuredDataImpl &args_impl, 406 pfunc(ToSWIGWrapper(breakpoint_sp), ToSWIGWrapper(args_impl), dict); [all …]
|