[Lldb-commits] [PATCH] D55399: If we still have all_image_infos use it in DynamicLoaderMacOSDYLD to detect exec's
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 6 16:46:41 PST 2018
jasonmolenda accepted this revision.
jasonmolenda added a comment.
LGTM.
================
Comment at: source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp:104
+ if (image_infos_address != m_maybe_image_infos_address)
+ did_exec = true;
+ }
----------------
Do you want to copy the image_infos_address value into m_maybe_image_infos_address so we can detect the next exec?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55399/new/
https://reviews.llvm.org/D55399
More information about the lldb-commits
mailing list