[Lldb-commits] [lldb] [API] add GetSyntheticValue (PR #95959)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 21 01:48:26 PDT 2024


================
@@ -155,6 +155,18 @@ def cleanup():
             ],
         )
----------------
labath wrote:

```suggestion
        )
        self.dbg.GetCategory("CCCSynth").SetEnabled(False)
```

I'm not sure how lldb chooses the summary providers in case of conflicts, but since that's not what we're testing here, we might as well remove the ambiguity.

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


More information about the lldb-commits mailing list