In Process::LoadImage, if dlopen returns 0x0 fetch the error with dlerror and report
authorJim Ingham <jingham@apple.com>
Thu, 17 Jul 2014 18:55:25 +0000 (18:55 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 17 Jul 2014 18:55:25 +0000 (18:55 +0000)
commit3ac7cf3be93afe676c0a2069ab6a506f7833ba00
tree9e792271699a9feee290b6f6285fb05349c9a1c1
parenta521688cf40fcb6d1b3e9a6dc4e78d306dbbd5ec
In Process::LoadImage, if dlopen returns 0x0 fetch the error with dlerror and report
that in the returned Error.

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