[Lldb-commits] [PATCH] D130534: loading a binary at a slide multiple times leaves old entries in the SectionLoadList

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 25 16:58:08 PDT 2022


jasonmolenda added a comment.

I should have added, this bug has been in lldb probably forever - at least for a few years.

Also, this test case explicitly builds without debug information because debug information (on Darwin) results in a different bug being hit, where these data symbols are not updated when `target modules load -s slide` is done, somehow.  The symbol table from the debug info must not be updated, I don't know, I filed a little bug on myself to look into that.  This has also behaved this way for years as well, not a recent regression.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130534



More information about the lldb-commits mailing list