[Lldb-commits] [PATCH] D57689: Adds property to force enabling of GDB JIT loader for MacOS
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 4 11:57:38 PST 2019
jingham requested changes to this revision.
jingham added a comment.
This revision now requires changes to proceed.
It would be better to have the setting be an enum of "on/off/default", and then have the somebody - the current DynamicLoader plugin seems the best somebody - provide the default value if the setting hasn't been explicitly set. That way on any platform one could turn the loading on and off, which seems useful, and we wouldn't have to have a Darwin specific setting that will cease being applicable when the Darwin default switches.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57689/new/
https://reviews.llvm.org/D57689
More information about the lldb-commits
mailing list