commit | 4755698622b0eeceef07fb6cdad6c95db3a69705 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <peter@pcc.me.uk> | Fri Jul 22 19:12:53 2011 +0000 |
committer | Peter Collingbourne <peter@pcc.me.uk> | Fri Jul 22 19:12:53 2011 +0000 |
tree | f17fbff0ed7fe25eab5faec70b99530a23a9a24e | |
parent | ea6d783624f0b7dcbf3773cb31d6e4fcd4f93b6c [diff] [blame] |
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.cpp b/source/Plugins/Process/Linux/ProcessLinux.cpp index e6940fe..14571ed 100644 --- a/source/Plugins/Process/Linux/ProcessLinux.cpp +++ b/source/Plugins/Process/Linux/ProcessLinux.cpp
@@ -93,7 +93,7 @@ // 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());