diff options
author | Med Ismail Bennani <ismail@bennani.ma> | 2023-11-07 13:04:01 -0800 |
---|---|---|
committer | Med Ismail Bennani <ismail@bennani.ma> | 2023-11-07 13:04:01 -0800 |
commit | c2ad9f8b607931430e86da7420493599c48e62a0 (patch) | |
tree | 4749d947f0a9115cabde34731e929b0394a7aafe /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | |
parent | c43e6274577c72874253a42395bbd23a6fa148d9 (diff) | |
download | llvm-c2ad9f8b607931430e86da7420493599c48e62a0.zip llvm-c2ad9f8b607931430e86da7420493599c48e62a0.tar.gz llvm-c2ad9f8b607931430e86da7420493599c48e62a0.tar.bz2 |
Revert "[lldb] Check for abstract methods implementation in Scripted Plugin Objects (#71260)"
This reverts commit cc9ad72713405ef8f2468c7a714a137b4a3343ba since it
breaks some tests upstream:
https://lab.llvm.org/buildbot/#/builders/68/builds/63112
********************
Failed Tests (4):
lldb-api :: functionalities/gdb_remote_client/TestThreadSelectionBug.py
lldb-api :: functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
lldb-api :: functionalities/plugins/python_os_plugin/stepping_plugin_threads/TestOSPluginStepping.py
lldb-api :: functionalities/postmortem/mach-core/TestMachCore.py
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
-rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h index 82eee76..012f16e 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h @@ -562,8 +562,6 @@ public: static bool Check(PyObject *py_obj); - bool HasKey(const llvm::Twine &key) const; - uint32_t GetSize() const; PythonList GetKeys() const; |