C# Class MonoDevelop.Debugger.Gdb.GdbSessionFactory

Inheritance: DebuggerEngineBackend
Mostrar archivo Open project: llucenic/MonoDevelop.Debugger.Gdb.D

Public Methods

Method Description
CanDebugCommand ( MonoDevelop.Core.Execution.ExecutionCommand command ) : bool
CreateDebuggerStartInfo ( MonoDevelop.Core.Execution.ExecutionCommand command ) : Mono.Debugging.Client.DebuggerStartInfo
CreateSession ( ) : Mono.Debugging.Client.DebuggerSession
GetAttachableProcesses ( ) : Mono.Debugging.Client.ProcessInfo[]
IsExecutable ( string file ) : bool

Private Methods

Method Description
FindFile ( string cmd ) : string

Method Details

CanDebugCommand() public method

public CanDebugCommand ( MonoDevelop.Core.Execution.ExecutionCommand command ) : bool
command MonoDevelop.Core.Execution.ExecutionCommand
return bool

CreateDebuggerStartInfo() public method

public CreateDebuggerStartInfo ( MonoDevelop.Core.Execution.ExecutionCommand command ) : Mono.Debugging.Client.DebuggerStartInfo
command MonoDevelop.Core.Execution.ExecutionCommand
return Mono.Debugging.Client.DebuggerStartInfo

CreateSession() public method

public CreateSession ( ) : Mono.Debugging.Client.DebuggerSession
return Mono.Debugging.Client.DebuggerSession

GetAttachableProcesses() public method

public GetAttachableProcesses ( ) : Mono.Debugging.Client.ProcessInfo[]
return Mono.Debugging.Client.ProcessInfo[]

IsExecutable() public method

public IsExecutable ( string file ) : bool
file string
return bool