diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2011-07-22 19:12:53 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2011-07-22 19:12:53 +0000 |
commit | 027ab7e5129db9c5c90ff5375f16658b4cee0a7d (patch) | |
tree | 69e333444927ffb1ace7546a5d77447d85ce0aba /lldb/source/Plugins/Process/Linux/ProcessLinux.cpp | |
parent | 9a8d848caffc4e0ad808fca5e498b7613bbdc3c4 (diff) | |
download | bcm5719-llvm-027ab7e5129db9c5c90ff5375f16658b4cee0a7d.tar.gz bcm5719-llvm-027ab7e5129db9c5c90ff5375f16658b4cee0a7d.zip |
Update ProcessLinux::CanDebug prototype
llvm-svn: 135791
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/ProcessLinux.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/Linux/ProcessLinux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |