[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


================
@@ -16,10 +17,19 @@ def setUp(self):
         # Find the line number to break at.
         self.line = line_number("main.cpp", "// Set break point at this line.")
 
+    @skip
     @add_test_categories(["libstdcxx"])
     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