Lines Matching refs:PythonObject
59 … auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
67 PythonObject frame_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_frame));
68 PythonObject bp_loc_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_bp_loc));
70 auto result = [&] () -> Expected<PythonObject> {
76 PythonObject args_arg(PyRefType::Owned, SBTypeToSWIGWrapper(args_value));
108 … auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
113 PythonObject frame_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_frame));
114 PythonObject wp_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_wp));
115 PythonObject result = pfunc(frame_arg, wp_arg, dict);
166 pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
177 PythonObject result;
184 PythonObject value_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_value));
185 PythonObject options_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_options));
211 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name,dict);
221 PythonObject val_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_value));
225 PythonObject result = pfunc(val_arg, dict);
246 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict);
252 PythonObject debugger_arg(PyRefType::Owned, SBTypeToSWIGWrapper(debugger_sb));
253 PythonObject result = pfunc(debugger_arg, dict);
278 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict);
289 …PythonObject tp_arg(PyRefType::Owned, SBTypeToSWIGWrapper(new lldb::SBThreadPlan(thread_plan_sp)));
307 PythonObject result = {};
315 …PythonObject args_arg(PyRefType::Owned, SBTypeToSWIGWrapper(new lldb::SBStructuredData(args_impl))…
342 PythonObject self(PyRefType::Borrowed, static_cast<PyObject*>(implementor));
348 PythonObject result;
352 PythonObject event_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_event));
392 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict);
399 PythonObject bkpt_arg(PyRefType::Owned, SBTypeToSWIGWrapper(bkpt_value));
402 PythonObject args_arg(PyRefType::Owned, SBTypeToSWIGWrapper(args_value));
404 PythonObject result = pfunc(bkpt_arg, args_arg, dict);
429 PythonObject self(PyRefType::Borrowed, static_cast<PyObject*>(implementor));
435 PythonObject result;
438 PythonObject sym_ctx_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_sym_ctx));
496 PythonObject::ResolveNameWithDictionary<PythonCallable>(
508 PythonObject target_arg(PyRefType::Owned, SBTypeToSWIGWrapper(target_val));
511 PythonObject args_arg(PyRefType::Owned, SBTypeToSWIGWrapper(args_value));
513 PythonObject result = pfunc(target_arg, args_arg, dict);
559 PythonObject self(PyRefType::Borrowed, static_cast<PyObject*>(implementor));
565 PythonObject result;
567 PythonObject exc_ctx_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_exc_ctx));
569 PythonObject sb_stream_arg(PyRefType::Owned,
604 PythonObject self(PyRefType::Borrowed, static_cast<PyObject*>(implementor));
618 PythonObject result = pfunc();
629 PythonObject self(PyRefType::Borrowed, implementor);
669 PythonObject self(PyRefType::Borrowed, implementor);
675 PythonObject result = pfunc(PythonInteger(idx));
699 PythonObject self(PyRefType::Borrowed, implementor);
705 llvm::Expected<PythonObject> result = pfunc.Call(PythonString(child_name));
821 … auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
833 PythonObject debugger_arg(PyRefType::Owned, SBTypeToSWIGWrapper(debugger_sb));
834 PythonObject exe_ctx_arg(PyRefType::Owned, SBTypeToSWIGWrapper(exe_ctx_sb));
835 PythonObject cmd_retobj_arg(PyRefType::Owned, SBTypeToSWIGWrapper(&cmd_retobj_sb));
861 PythonObject self(PyRefType::Borrowed, implementor);
869 PythonObject debugger_arg(PyRefType::Owned, SBTypeToSWIGWrapper(debugger_sb));
870 PythonObject exe_ctx_arg(PyRefType::Owned, SBTypeToSWIGWrapper(exe_ctx_sb));
871 PythonObject cmd_retobj_arg(PyRefType::Owned, SBTypeToSWIGWrapper(&cmd_retobj_sb));
892 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict);
900 PythonObject process_arg(PyRefType::Owned, SBTypeToSWIGWrapper(process_sb));
925 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict);
963 PythonObject py_module(PyRefType::Borrowed, (PyObject *)module);
970 PythonObject target_arg(PyRefType::Owned, SBTypeToSWIGWrapper(target_sb));
990 … auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
996 PythonObject process_arg(PyRefType::Owned, SBTypeToSWIGWrapper(process_sb));
1018 … auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
1024 PythonObject thread_arg(PyRefType::Owned, SBTypeToSWIGWrapper(thread_sb));
1046 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name,dict);
1052 PythonObject target_arg(PyRefType::Owned, SBTypeToSWIGWrapper(target_sb));
1074 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name,dict);
1080 PythonObject frame_arg(PyRefType::Owned, SBTypeToSWIGWrapper(frame_sb));
1102 … auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
1108 PythonObject value_arg(PyRefType::Owned, SBTypeToSWIGWrapper(value_sb));
1131 … auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
1139 PythonObject debugger_arg(PyRefType::Owned, SBTypeToSWIGWrapper(debugger_sb));