[Lldb-commits] [lldb] [lldb] Show coro_frame in `std::coroutine_handle` pretty printer (PR #141516)

Jan Finis via lldb-commits lldb-commits at lists.llvm.org
Mon May 26 15:08:05 PDT 2025


================
@@ -43,11 +43,17 @@ def do_test(self, stdlib_type):
                         ValueCheck(name="current_value", value="-1"),
                     ],
                 ),
+                # We don not check any members inside the `coro_frame`,
----------------
JFinis wrote:

```suggestion
                # We do not check any members inside the `coro_frame`,
```

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


More information about the lldb-commits mailing list