[Lldb-commits] [PATCH] D132815: [LLDB] Do not dereference promise pointer in `coroutine_handle` pretty printer

Adrian Vogelsgesang via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 31 06:27:20 PST 2023


avogelsgesang added a comment.

Since I am still blocked on solving the Apple-specific issues in https://reviews.llvm.org/D132735 and couldn't solve them in time for LLVM-16, I now rebased this change directly on `main`, so that it no longer depends on the refactorings from the other commit.

My idea is to backport this change to LLVM-16 after it landed successfully on `main`. I think including this commit in LLVM-16 makes sense, because I see it as a "bug fix": it fixes a potential infinite loop in the debugger.

https://reviews.llvm.org/D132735 on the other hand can wait until LLVM-17, given it's only a usability improvement/new feature.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132815/new/

https://reviews.llvm.org/D132815



More information about the lldb-commits mailing list