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

Argyrios Kyrtzidis via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 5 10:47:50 PST 2022


akyrtzi added a comment.

In D139066#3964435 <https://reviews.llvm.org/D139066#3964435>, @akyrtzi wrote:

> In D139066#3964353 <https://reviews.llvm.org/D139066#3964353>, @jasonmolenda wrote:
>
>> FWIW I think the only change needed to the original patch is to keep using `#define RESOLVED_FRAME_CODE_ADDR (uint32_t(eSymbolContextEverything + 1))` but switch to the new eSymbolContextLastItem that is defined.  Possibly the comment about what this code is doing could be made a little clearer, because it is definitely not. :)
>
> Thank you for the feedback, but it's unclear to me what you mean, are you saying leave the `#define RESOLVED_FRAME_CODE_ADDR` line unmodified? If yes, what does "switch to the new eSymbolContextLastItem" mean?

@jasonmolenda 🙏?


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