summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectChild.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2010-09-28 01:25:32 +0000
committerJim Ingham <jingham@apple.com>2010-09-28 01:25:32 +0000
commit5a369128f66b30f8ce003c641dc40be0e87c09ca (patch)
tree8ad8a725e41d77a94fc92b8ec66cd91dfa056560 /lldb/source/Core/ValueObjectChild.cpp
parent7990df1ae259f218e1bcdfce24ecc932697cf061 (diff)
downloadbcm5719-llvm-5a369128f66b30f8ce003c641dc40be0e87c09ca.tar.gz
bcm5719-llvm-5a369128f66b30f8ce003c641dc40be0e87c09ca.zip
Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType.
But mostly, move the ObjC Trampoline handling code from the MacOSX dyld plugin to the AppleObjCRuntime classes. llvm-svn: 114935
Diffstat (limited to 'lldb/source/Core/ValueObjectChild.cpp')
-rw-r--r--lldb/source/Core/ValueObjectChild.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Core/ValueObjectChild.cpp b/lldb/source/Core/ValueObjectChild.cpp
index 3093582998c..73af56c07d2 100644
--- a/lldb/source/Core/ValueObjectChild.cpp
+++ b/lldb/source/Core/ValueObjectChild.cpp
@@ -204,4 +204,3 @@ ValueObjectChild::IsInScope (StackFrame *frame)
{
return m_parent->IsInScope (frame);
}
-
OpenPOWER on IntegriCloud