summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Target/Thread.cpp')
-rw-r--r--lldb/source/Target/Thread.cpp21
1 files changed, 1 insertions, 20 deletions
diff --git a/lldb/source/Target/Thread.cpp b/lldb/source/Target/Thread.cpp
index 9bc244bd155..a729b398563 100644
--- a/lldb/source/Target/Thread.cpp
+++ b/lldb/source/Target/Thread.cpp
@@ -954,7 +954,7 @@ Thread::ThreadSettingsController::~ThreadSettingsController ()
}
lldb::InstanceSettingsSP
-Thread::ThreadSettingsController::CreateNewInstanceSettings (const char *instance_name)
+Thread::ThreadSettingsController::CreateInstanceSettings (const char *instance_name)
{
ThreadInstanceSettings *new_settings = new ThreadInstanceSettings (*(Thread::GetSettingsController().get()),
false, instance_name);
@@ -1063,18 +1063,6 @@ ThreadInstanceSettings::CopyInstanceSettings (const lldb::InstanceSettingsSP &ne
}
void
-Thread::ThreadSettingsController::UpdateGlobalVariable (const ConstString &var_name,
- const char *index_value,
- const char *value,
- const SettingEntry &entry,
- lldb::VarSetOperationType op,
- Error&err)
-{
- // Currently 'thread' does not have any global settings.
-}
-
-
-void
ThreadInstanceSettings::GetInstanceSettingsValue (const SettingEntry &entry,
const ConstString &var_name,
StringList &value)
@@ -1094,13 +1082,6 @@ ThreadInstanceSettings::GetInstanceSettingsValue (const SettingEntry &entry,
value.AppendString ("unrecognized variable name");
}
-void
-Thread::ThreadSettingsController::GetGlobalSettingsValue (const ConstString &var_name,
- StringList &value)
-{
- // Currently 'thread' does not have any global settings.
-}
-
const ConstString
ThreadInstanceSettings::CreateInstanceName ()
{
OpenPOWER on IntegriCloud