[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
Fri Nov 3 18:08:52 PDT 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:
`instanciate` -> `instantiate`
https://github.com/llvm/llvm-project/pull/71260
More information about the lldb-commits
mailing list