summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-10-09 00:16:01 +0000
committerGreg Clayton <gclayton@apple.com>2010-10-09 00:16:01 +0000
commitf9f78e3aaefac219ef67317ab021ebc61f5947a7 (patch)
tree82af28cc1262a46341b3ccab08c91f441434bb63
parent701edc154637cb6231db0d2615677ce6f19c458f (diff)
downloadbcm5719-llvm-f9f78e3aaefac219ef67317ab021ebc61f5947a7.tar.gz
bcm5719-llvm-f9f78e3aaefac219ef67317ab021ebc61f5947a7.zip
Added support for LC_LOAD_UPWARD_DYLIB in mach-o files.
llvm-svn: 116128
-rw-r--r--lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp b/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
index a4141c0786a..b6e4dfb9f44 100644
--- a/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
+++ b/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
@@ -1403,6 +1403,7 @@ ObjectFileMachO::GetDependentModules (FileSpecList& files)
case LoadCommandDylibReexport:
case LoadCommandDynamicLinkerLoad:
case LoadCommandFixedVMShlibLoad:
+ case LoadCommandDylibLoadUpward;
{
uint32_t name_offset = cmd_offset + m_data.GetU32(&offset);
const char *path = m_data.PeekCStr(name_offset);
OpenPOWER on IntegriCloud