Lines Matching refs:PythonObject
70 … auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
78 PythonObject frame_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_frame));
79 PythonObject bp_loc_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_bp_loc));
81 auto result = [&] () -> Expected<PythonObject> {
87 PythonObject args_arg(PyRefType::Owned, SBTypeToSWIGWrapper(args_value));
125 … auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
130 PythonObject frame_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_frame));
131 PythonObject wp_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_wp));
132 PythonObject result = pfunc(frame_arg, wp_arg, dict);
183 pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
194 PythonObject result;
201 PythonObject value_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_value));
202 PythonObject options_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_options));
228 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name,dict);
238 PythonObject val_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_value));
242 PythonObject result = pfunc(val_arg, dict);
263 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict);
269 PythonObject debugger_arg(PyRefType::Owned, SBTypeToSWIGWrapper(debugger_sb));
270 PythonObject result = pfunc(debugger_arg, dict);
295 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict);
306 PythonObject target_arg(PyRefType::Owned, SBTypeToSWIGWrapper(new lldb::SBTarget(target_sp)));
324 PythonObject result = {};
332 …PythonObject args_arg(PyRefType::Owned, SBTypeToSWIGWrapper(new lldb::SBStructuredData(args_impl))…
361 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict);
372 …PythonObject tp_arg(PyRefType::Owned, SBTypeToSWIGWrapper(new lldb::SBThreadPlan(thread_plan_sp)));
390 PythonObject result = {};
398 …PythonObject args_arg(PyRefType::Owned, SBTypeToSWIGWrapper(new lldb::SBStructuredData(args_impl))…
425 PythonObject self(PyRefType::Borrowed, static_cast<PyObject*>(implementor));
431 PythonObject result;
435 PythonObject event_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_event));
475 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict);
482 PythonObject bkpt_arg(PyRefType::Owned, SBTypeToSWIGWrapper(bkpt_value));
485 PythonObject args_arg(PyRefType::Owned, SBTypeToSWIGWrapper(args_value));
487 PythonObject result = pfunc(bkpt_arg, args_arg, dict);
512 PythonObject self(PyRefType::Borrowed, static_cast<PyObject*>(implementor));
518 PythonObject result;
521 PythonObject sym_ctx_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_sym_ctx));
579 PythonObject::ResolveNameWithDictionary<PythonCallable>(
591 PythonObject target_arg(PyRefType::Owned, SBTypeToSWIGWrapper(target_val));
594 PythonObject args_arg(PyRefType::Owned, SBTypeToSWIGWrapper(args_value));
596 PythonObject result = pfunc(target_arg, args_arg, dict);
642 PythonObject self(PyRefType::Borrowed, static_cast<PyObject*>(implementor));
648 PythonObject result;
650 PythonObject exc_ctx_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_exc_ctx));
652 PythonObject sb_stream_arg(PyRefType::Owned,
687 PythonObject self(PyRefType::Borrowed, static_cast<PyObject*>(implementor));
701 PythonObject result = pfunc();
712 PythonObject self(PyRefType::Borrowed, implementor);
752 PythonObject self(PyRefType::Borrowed, implementor);
758 PythonObject result = pfunc(PythonInteger(idx));
782 PythonObject self(PyRefType::Borrowed, implementor);
788 llvm::Expected<PythonObject> result = pfunc.Call(PythonString(child_name));
938 … auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
950 PythonObject debugger_arg(PyRefType::Owned, SBTypeToSWIGWrapper(debugger_sb));
951 PythonObject exe_ctx_arg(PyRefType::Owned, SBTypeToSWIGWrapper(exe_ctx_sb));
952 PythonObject cmd_retobj_arg(PyRefType::Owned, SBTypeToSWIGWrapper(&cmd_retobj_sb));
978 PythonObject self(PyRefType::Borrowed, implementor);
986 PythonObject debugger_arg(PyRefType::Owned, SBTypeToSWIGWrapper(debugger_sb));
987 PythonObject exe_ctx_arg(PyRefType::Owned, SBTypeToSWIGWrapper(exe_ctx_sb));
988 PythonObject cmd_retobj_arg(PyRefType::Owned, SBTypeToSWIGWrapper(&cmd_retobj_sb));
1009 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict);
1017 PythonObject process_arg(PyRefType::Owned, SBTypeToSWIGWrapper(process_sb));
1042 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict);
1080 PythonObject py_module(PyRefType::Borrowed, (PyObject *)module);
1087 PythonObject target_arg(PyRefType::Owned, SBTypeToSWIGWrapper(target_sb));
1107 … auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
1113 PythonObject process_arg(PyRefType::Owned, SBTypeToSWIGWrapper(process_sb));
1135 … auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
1141 PythonObject thread_arg(PyRefType::Owned, SBTypeToSWIGWrapper(thread_sb));
1163 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name,dict);
1169 PythonObject target_arg(PyRefType::Owned, SBTypeToSWIGWrapper(target_sb));
1191 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name,dict);
1197 PythonObject frame_arg(PyRefType::Owned, SBTypeToSWIGWrapper(frame_sb));
1219 … auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
1225 PythonObject value_arg(PyRefType::Owned, SBTypeToSWIGWrapper(value_sb));
1248 … auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
1256 PythonObject debugger_arg(PyRefType::Owned, SBTypeToSWIGWrapper(debugger_sb));