Searched refs:PythonObject (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.h | 66 class PythonObject; variable 230 class PythonObject { 232 PythonObject() = default; 244 PythonObject(const PythonObject &rhs) 247 PythonObject(PythonObject &&rhs) { 277 PythonObject &operator=(PythonObject other) { 419 PythonObject::operator=(PythonObject(type, py_obj)); 572 PythonObject GetItemForKey(const PythonObject &key) const; // DEPRECATED 576 llvm::Expected<PythonObject> GetItem(const PythonObject &key) const; 578 llvm::Error SetItem(const PythonObject &key, const PythonObject &value) const; [all …]
|
| H A D | PythonDataObjects.cpp | 196 PythonObject 212 PythonObject PythonObject::ResolveName(llvm::StringRef name) const { in ResolveName() 234 return PythonObject(); in ResolveName() 247 PythonObject PythonObject::GetAttributeValue(llvm::StringRef attr) const { in GetAttributeValue() 249 return PythonObject(); in GetAttributeValue() 253 return PythonObject(); in GetAttributeValue() 596 return PythonObject(); in GetItemAtIndex() 675 return PythonObject(); in GetItemAtIndex() 723 PythonObject PythonDictionary::GetItemForKey(const PythonObject &key) const { in GetItemForKey() 732 Expected<PythonObject> [all …]
|
| H A D | ScriptedProcessPythonInterface.cpp | 89 PythonObject implementor(PyRefType::Borrowed, in GetStatusFromMethod() 95 PythonObject pmeth( in GetStatusFromMethod() 114 PythonObject py_return(PyRefType::Owned, in GetStatusFromMethod() 153 PythonObject implementor(PyRefType::Borrowed, in GetGenericInteger() 159 PythonObject pmeth( in GetGenericInteger() 178 PythonObject py_return(PyRefType::Owned, in GetGenericInteger() 238 PythonObject implementor(PyRefType::Borrowed, in ReadMemoryAtAddress() 244 PythonObject pmeth(PyRefType::Owned, in ReadMemoryAtAddress() 262 PythonObject py_return(PyRefType::Owned, in ReadMemoryAtAddress()
|
| H A D | ScriptInterpreterPython.cpp | 994 PythonObject pargs( in ExecuteOneLine() 1641 PythonObject pmeth(PyRefType::Owned, in OSPlugin_RegisterInfo() 1661 PythonObject py_return( in OSPlugin_RegisterInfo() 1696 PythonObject pmeth(PyRefType::Owned, in OSPlugin_ThreadsInfo() 1716 PythonObject py_return( in OSPlugin_ThreadsInfo() 1754 PythonObject pmeth(PyRefType::Owned, in OSPlugin_RegisterContextData() 1773 PythonObject py_return( in OSPlugin_RegisterContextData() 1813 PythonObject pmeth(PyRefType::Owned, in OSPlugin_CreateThread() 2599 PythonObject py_return( in GetSyntheticTypeName() 3144 PythonObject py_return( in GetShortHelpForCommandObject() [all …]
|
| H A D | ScriptInterpreterPythonImpl.h | 396 python::PythonObject &save_file, const char *mode); 398 python::PythonObject m_saved_stdin; 399 python::PythonObject m_saved_stdout; 400 python::PythonObject m_saved_stderr; 404 python::PythonObject m_run_one_line_function; 405 python::PythonObject m_run_one_line_str_global;
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-wrapper.swig | 81 auto result = [&] () -> Expected<PythonObject> { 194 PythonObject result; 242 PythonObject result = pfunc(val_arg, dict); 270 PythonObject result = pfunc(debugger_arg, dict); 324 PythonObject result = {}; 390 PythonObject result = {}; 431 PythonObject result; 518 PythonObject result; 648 PythonObject result; 652 PythonObject sb_stream_arg(PyRefType::Owned, [all …]
|
| H A D | python-typemaps.swig | 69 PythonObject obj = Retain<PythonObject>($input); 77 PythonObject obj = Retain<PythonObject>($input);
|