Fixed an issue where we might have easy access to the string table data for a mach...
authorGreg Clayton <gclayton@apple.com>
Fri, 25 May 2012 17:04:00 +0000 (17:04 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 25 May 2012 17:04:00 +0000 (17:04 +0000)
commitdebb88107981694c5e16ce6030180b1ed8c98fd1
tree982339eb9e6a119bb255751288cdbad62cdfaf54
parenta6da3ff896640b7bd3693748ee5685b0527483a0
Fixed an issue where we might have easy access to the string table data for a mach file from memory even though we have a process. So now we don't read the string table strings from memory when we don't have to.

llvm-svn: 157482
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp