From 027ab7e5129db9c5c90ff5375f16658b4cee0a7d Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Fri, 22 Jul 2011 19:12:53 +0000 Subject: Update ProcessLinux::CanDebug prototype llvm-svn: 135791 --- lldb/source/Plugins/Process/Linux/ProcessLinux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Plugins/Process/Linux/ProcessLinux.cpp') diff --git a/lldb/source/Plugins/Process/Linux/ProcessLinux.cpp b/lldb/source/Plugins/Process/Linux/ProcessLinux.cpp index e6940fe7039..14571ed3cf4 100644 --- a/lldb/source/Plugins/Process/Linux/ProcessLinux.cpp +++ b/lldb/source/Plugins/Process/Linux/ProcessLinux.cpp @@ -93,7 +93,7 @@ ProcessLinux::~ProcessLinux() // Process protocol. bool -ProcessLinux::CanDebug(Target &target) +ProcessLinux::CanDebug(Target &target, bool plugin_specified_by_name) { // For now we are just making sure the file exists for a given module ModuleSP exe_module_sp(target.GetExecutableModule()); -- cgit v1.2.3