In Process::LoadImage, use the same function call both to call dlopen and to collect
authorJim Ingham <jingham@apple.com>
Sat, 19 Jul 2014 00:37:06 +0000 (00:37 +0000)
committerJim Ingham <jingham@apple.com>
Sat, 19 Jul 2014 00:37:06 +0000 (00:37 +0000)
commit6971b861d7d33eb87b8cad86555a8e483499299f
tree8b569dc9e326c1e0504594a6fe82c2cba0bc6d44
parent3fda7d81c7bfe5bc61a9009156cbec2fed66aedc
In Process::LoadImage, use the same function call both to call dlopen and to collect
the error if there is one.

llvm-svn: 213436
lldb/source/Target/Process.cpp