[Lldb-commits] [PATCH] D132624: [LLDB] Devirtualize coroutine promise types for `std::coroutine_handle`
Chuanqi Xu via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 24 19:30:13 PDT 2022
ChuanqiXu added a comment.
The only concern is that if it would be not so easy to read if there is too many levels? (Consider the 30levels example in D132451 <https://reviews.llvm.org/D132451>). If it would be better to print `...` at certain level? Or this is already handled by lldb?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132624/new/
https://reviews.llvm.org/D132624
More information about the lldb-commits
mailing list