forked from OSchip/llvm-project
parent
9a8d848caf
commit
027ab7e512
|
@ -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());
|
||||
|
|
|
@ -58,7 +58,7 @@ public:
|
|||
// 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);
|
||||
|
|
Loading…
Reference in New Issue