[Lldb-commits] [PATCH] D139066: [lldb] Make sure the value of `eSymbolContextVariable` is not conflicting with `RESOLVED_FRAME_CODE_ADDR`

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 1 09:55:40 PST 2022


jasonmolenda added a comment.

a simple fix would be to stick the 5 extra flags the top of the 32-bit m_flags and hope that eSymbolContext* doesn't go that high.  I wonder if there's some compile time error that could check that eSymbolContextEverything is less than a certain value or something like that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139066



More information about the lldb-commits mailing list