[Lldb-commits] [PATCH] D51176: Restrict the set of plugins used for ProcessMinidump
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 23 11:26:42 PDT 2018
jingham added a comment.
That's not changing the module list, that's changing the loaded section information. It is the dynamic loader's job to figure out what got loaded where, plus your stack trace show this happening after we've selected a plugin, not in the process of negotiating for the plugin. Clearing the section load list before setting to work seems like an appropriate thing for a selected plugin to do.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D51176
More information about the lldb-commits
mailing list