[Lldb-commits] [lldb] [lldb] Add support for unique target ids (PR #160736)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 2 08:22:23 PDT 2025
================
@@ -294,3 +294,145 @@ def test_version(self):
self.assertEqual(instance_str, class_str)
self.assertEqual(class_str, property_str)
+
+ def test_find_target_with_unique_id(self):
+ """Test SBDebugger.FindTargetWithUniqueID() functionality."""
----------------
walter-erquinigo wrote:
don't forget to rename this as well
https://github.com/llvm/llvm-project/pull/160736
More information about the lldb-commits
mailing list