================
@@ -242,3 +242,29 @@ def test_StackFrameFormat(self):
 
         frame = self.get_stackFrames(format={"parameters": False, "module": 
True})[0]
         self.assertEqual(frame["name"], "a.out recurse")
+
+    def test_stackFrameModuleIdUUID(self):
----------------
da-viper wrote:

```suggestion
    def test_stack_frame_module_id(self):
```


https://github.com/llvm/llvm-project/pull/149774
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to