Adding x86 to supported architectures on x86_64.
Failsafe directory for shared objects and support executables.
Differential D7519
Fix problem where 32-bit statically built lldb-platform cannot find lldb-gdbserver. chaoren on Feb 9 2015, 2:16 PM. Authored by
Details
Adding x86 to supported architectures on x86_64. Failsafe directory for shared objects and support executables.
Diff Detail Event TimelineComment Actions Please see my comments.
|
Could you check return value of HostInfoPosix::ComputeSharedLibraryDirectory?
You may return true immediately if HostInfoPosix::ComputeSharedLibraryDirectory return true and fall back to GetProgramFileSpec().GetDirectory().