summaryrefslogtreecommitdiffstats
path: root/lldb/source
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source')
-rw-r--r--lldb/source/Core/FormatClasses.cpp2
-rw-r--r--lldb/source/Target/Target.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/lldb/source/Core/FormatClasses.cpp b/lldb/source/Core/FormatClasses.cpp
index ef067344480..04b57adabe4 100644
--- a/lldb/source/Core/FormatClasses.cpp
+++ b/lldb/source/Core/FormatClasses.cpp
@@ -278,7 +278,7 @@ SyntheticScriptProvider::GetDescription()
return sstr.GetString();
}
-const int
+int
SyntheticArrayView::GetRealIndexForIndex(int i)
{
if (i >= GetCount())
diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp
index 367bfc8d9c8..5c4f0caa868 100644
--- a/lldb/source/Target/Target.cpp
+++ b/lldb/source/Target/Target.cpp
@@ -935,7 +935,7 @@ Target::ModulesDidUnload (ModuleList &module_list)
}
-const bool
+bool
Target::ModuleIsExcludedForNonModuleSpecificSearches (const FileSpec &module_spec)
{
@@ -965,7 +965,7 @@ Target::ModuleIsExcludedForNonModuleSpecificSearches (const FileSpec &module_spe
}
}
-const bool
+bool
Target::ModuleIsExcludedForNonModuleSpecificSearches (const lldb::ModuleSP &module_sp)
{
if (!m_breakpoints_use_platform_avoid)
OpenPOWER on IntegriCloud