summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Target.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-10-31 22:50:37 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-10-31 22:50:37 +0000
commitf9f7032b5df26ecddb07ecf79ed5e0dbad12e3a8 (patch)
treeccfe4c33c06d0f174fa20868c24afda9a32ae04e /lldb/source/Target/Target.cpp
parent8914cba5762233fb67bd9e77287bf3bc55c5c0b0 (diff)
downloadbcm5719-llvm-f9f7032b5df26ecddb07ecf79ed5e0dbad12e3a8.tar.gz
bcm5719-llvm-f9f7032b5df26ecddb07ecf79ed5e0dbad12e3a8.zip
warnings: Fix up several const qualified return types.
llvm-svn: 143379
Diffstat (limited to 'lldb/source/Target/Target.cpp')
-rw-r--r--lldb/source/Target/Target.cpp4
1 files changed, 2 insertions, 2 deletions
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