jasonmolenda wrote: Thinking about this, I'd like to add a getter and setter for the address range and the re-export info in Symbol, and make all Symbol methods that access these go through those two methods. Those two methods will do a static assert that the `m_type` is correct for the access being requested. I'd feel a lot more confident about this change, and the long term safety, with that in place. Let me put that together.
https://github.com/llvm/llvm-project/pull/213356 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
