summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/lldb/source/Target/SystemRuntime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Target/SystemRuntime.cpp')
-rw-r--r--contrib/llvm/tools/lldb/source/Target/SystemRuntime.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/llvm/tools/lldb/source/Target/SystemRuntime.cpp b/contrib/llvm/tools/lldb/source/Target/SystemRuntime.cpp
index 5c07ed3..c3fb9c8 100644
--- a/contrib/llvm/tools/lldb/source/Target/SystemRuntime.cpp
+++ b/contrib/llvm/tools/lldb/source/Target/SystemRuntime.cpp
@@ -56,6 +56,11 @@ SystemRuntime::DidLaunch()
}
void
+SystemRuntime::Detach()
+{
+}
+
+void
SystemRuntime::ModulesDidLoad (ModuleList &module_list)
{
}
OpenPOWER on IntegriCloud