diff options
Diffstat (limited to 'lldb/source/Target/SystemRuntime.cpp')
-rw-r--r-- | lldb/source/Target/SystemRuntime.cpp | 2 |
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(); } |