Update ProcessLinux::CanDebug prototype

git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@135791 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/Linux/ProcessLinux.h b/source/Plugins/Process/Linux/ProcessLinux.h
index 418ea69..aa31e77 100644
--- a/source/Plugins/Process/Linux/ProcessLinux.h
+++ b/source/Plugins/Process/Linux/ProcessLinux.h
@@ -58,7 +58,7 @@
     // Process protocol.
     //------------------------------------------------------------------
     virtual bool
-    CanDebug(lldb_private::Target &target);
+    CanDebug(lldb_private::Target &target, bool plugin_specified_by_name);
 
     virtual lldb_private::Error
     WillLaunch(lldb_private::Module *module);