[Lldb-commits] [lldb] [lldb] Check for abstract methods implementation in Scripted Plugin Objects (PR #71260)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 6 08:58:30 PST 2023


================
@@ -60,6 +60,52 @@ def move_blueprint_to_dsym(self, blueprint_name):
         )
         shutil.copy(blueprint_origin_path, blueprint_destination_path)
 
+    def test_missing_methods_scripted_register_context(self):
+        """Test that we only instanciate scripted processes if they implement
----------------
bulbazord wrote:

Nevermind, apparently this is also an accepted English spelling. No need to change it.

https://github.com/llvm/llvm-project/pull/71260


More information about the lldb-commits mailing list