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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to