forked from OSchip/llvm-project
parent
9a8d848caf
commit
027ab7e512
|
@ -93,7 +93,7 @@ ProcessLinux::~ProcessLinux()
|
||||||
// Process protocol.
|
// Process protocol.
|
||||||
|
|
||||||
bool
|
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
|
// For now we are just making sure the file exists for a given module
|
||||||
ModuleSP exe_module_sp(target.GetExecutableModule());
|
ModuleSP exe_module_sp(target.GetExecutableModule());
|
||||||
|
|
|
@ -58,7 +58,7 @@ public:
|
||||||
// Process protocol.
|
// Process protocol.
|
||||||
//------------------------------------------------------------------
|
//------------------------------------------------------------------
|
||||||
virtual bool
|
virtual bool
|
||||||
CanDebug(lldb_private::Target &target);
|
CanDebug(lldb_private::Target &target, bool plugin_specified_by_name);
|
||||||
|
|
||||||
virtual lldb_private::Error
|
virtual lldb_private::Error
|
||||||
WillLaunch(lldb_private::Module *module);
|
WillLaunch(lldb_private::Module *module);
|
||||||
|
|
Loading…
Reference in New Issue