[PATCH] D92462: [Coroutines] Add DW_OP_deref for transformed dbg.value intrinsic.

JunMa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 2 17:07:46 PST 2020


junparser added a comment.

In D92462#2428824 <https://reviews.llvm.org/D92462#2428824>, @bruno wrote:

> Thanks for following up with this, I did miss to incorporate this suggestion! Out of curiosity, are you using lldb or gdb to print the variable? In lldb I already get values instead of address before this patch, so I wonder if one debugger needs more specific info than the other.

Hmm... I'm using trunk lldb and gdb8.2, both of them can only print address. Btw, os is centos7.2, FYI.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92462



More information about the llvm-commits mailing list