summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.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/Target/Process.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/Target/Process.cpp')
-rw-r--r--lldb/source/Target/Process.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp
index 646a8e8a807..9086c15e805 100644
--- a/lldb/source/Target/Process.cpp
+++ b/lldb/source/Target/Process.cpp
@@ -84,7 +84,6 @@ Process::Process(Target &target, Listener &listener) :
m_notifications (),
m_listener(listener),
m_unix_signals (),
- m_objc_object_printer(*this),
m_persistent_vars()
{
UpdateInstanceName();
@@ -1839,12 +1838,6 @@ Process::GetPersistentVariables()
return m_persistent_vars;
}
-ObjCObjectPrinter &
-Process::GetObjCObjectPrinter()
-{
- return m_objc_object_printer;
-}
-
uint32_t
Process::ListProcessesMatchingName (const char *name, StringList &matches, std::vector<lldb::pid_t> &pids)
{
OpenPOWER on IntegriCloud