adrian-prantl wrote:

```
Got output:
(std::vector<std::vector<int>, std::allocator<std::vector<int> > >) $0 = size=2 
{
  [0] = size=3 {
    [0] = 1
    [1] = 2
    [2] = 3
  }
  [1] = size=3 {
    [0] = 3
    [1] = 2
    [2] = 1
  }
}

Expecting regex pattern: "\(std::vector<std::vector<int>(, 
std::allocator<std::vector<int> )* >\) \$0 = size=2 \{
  \[0\] = size=3 \{
    \[0\] = 1
    \[1\] = 2
    \[2\] = 3
  \}
  \[1\] = size=3 \{
    \[0\] = 3
    \[1\] = 2
    \[2\] = 1
  \}
\}" (was not found)
```

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

Reply via email to