[PATCH] D99179: [RFC] [Coroutines] Enable printing coroutine frame in debugger if program is compiled with -g
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 2 05:49:17 PDT 2022
probinson added a comment.
Herald added a project: All.
@ChuanqiXu the use of DW_ATE_address was a surprise to our debugger; it is a very unusual encoding, and there are no other uses of it within LLVM. I see there was no Release Note regarding the description of coroutine frames, which might have helped us notice.
More importantly, I see two places where DW_ATE_address is used in constructing the DWARF, and yet the tests do not look for it. Please enhance the tests to cover these cases. I can file an issue if you would like, to keep track of this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99179/new/
https://reviews.llvm.org/D99179
More information about the llvm-commits
mailing list