summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/SystemRuntime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Target/SystemRuntime.cpp')
-rw-r--r--lldb/source/Target/SystemRuntime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/SystemRuntime.cpp b/lldb/source/Target/SystemRuntime.cpp
index c885aa774c7..5c07ed388ae 100644
--- a/lldb/source/Target/SystemRuntime.cpp
+++ b/lldb/source/Target/SystemRuntime.cpp
@@ -67,7 +67,7 @@ SystemRuntime::GetExtendedBacktraceTypes ()
}
ThreadSP
-SystemRuntime::GetExtendedBacktrace (ThreadSP thread, ConstString type)
+SystemRuntime::GetExtendedBacktraceThread (ThreadSP thread, ConstString type)
{
return ThreadSP();
}
OpenPOWER on IntegriCloud