<rdar://problem/12831670>
authorJason Molenda <jmolenda@apple.com>
Thu, 13 Dec 2012 01:54:18 +0000 (01:54 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 13 Dec 2012 01:54:18 +0000 (01:54 +0000)
commit0f47b2a63174514fb7124af6c2b0537027941543
treeb79d04a77bcab359ce71e2eaf33ad75ec8eb8efc
parent07bab73c7f0a8dc8477c69d8b744b98610dd9304
<rdar://problem/12831670>
For iOS native lldb, don't initialize the ModuleList notifier
callback.  See the added comment for details on how this is a problem
in that environment.  We'll need to restructure how the ModuleDidLoad
notification is called vrs. when the DynamicLoader pluging has had
a chance to set the Sectino load addresses.

llvm-svn: 170082
lldb/source/Target/Target.cpp