[Lldb-commits] [lldb] [lldb] optionally match the `__debug` namespace for libstdc++ containers. (PR #140727)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue May 27 06:25:33 PDT 2025


================
@@ -19,8 +19,17 @@ def setUp(self):
     @add_test_categories(["libstdcxx"])
     @expectedFailureAll(bugnumber="llvm.org/pr50861", compiler="gcc")
     def test_with_run_command(self):
+        self.with_run_command("", {})
----------------
Michael137 wrote:

```suggestion
        self.with_run_command()
```

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


More information about the lldb-commits mailing list