[Lldb-commits] [PATCH] D152579: [lldb] Symtab::SectionFileAddressesChanged should clear the file address map instead of name map

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 13 10:33:40 PDT 2023


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

That does look like a thinko.  Nothing about a file's section addresses changing will change the name to symbol map as that isn't dependent on load addresses.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152579



More information about the lldb-commits mailing list