[Lldb-commits] [PATCH] D88992: [lldb] Fix "frame var" for large bitfields

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 7 14:39:24 PDT 2020


shafik accepted this revision.
shafik added a comment.
This revision is now accepted and ready to land.

LGTM I notice that we are using `m_byte_offset` directly a little above the line you fixed instead of `GetByteOffset()`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88992



More information about the lldb-commits mailing list