diff options
Diffstat (limited to 'lldb/source/Target/SystemRuntime.cpp')
-rw-r--r-- | lldb/source/Target/SystemRuntime.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Target/SystemRuntime.cpp b/lldb/source/Target/SystemRuntime.cpp index 06021665b5d..7ce150f4127 100644 --- a/lldb/source/Target/SystemRuntime.cpp +++ b/lldb/source/Target/SystemRuntime.cpp @@ -60,14 +60,14 @@ SystemRuntime::ModulesDidLoad (ModuleList &module_list) } std::vector<ConstString> -SystemRuntime::GetThreadOriginExtendedBacktraceTypes () +SystemRuntime::GetExtendedBacktraceTypes () { std::vector<ConstString> types; return types; } ThreadSP -SystemRuntime::GetThreadOriginExtendedBacktrace (ThreadSP thread, ConstString type) +SystemRuntime::GetExtendedBacktrace (ThreadSP thread, ConstString type) { return ThreadSP(); } |