C# Class MonoDevelop.Debugger.Gdb.GdbSessionFactory

Inheritance: DebuggerEngineBackend
Afficher le fichier Open project: llucenic/MonoDevelop.Debugger.Gdb.D

Méthodes publiques

Méthode 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

Méthode Description
FindFile ( string cmd ) : string

Method Details

CanDebugCommand() public méthode

public CanDebugCommand ( MonoDevelop.Core.Execution.ExecutionCommand command ) : bool
command MonoDevelop.Core.Execution.ExecutionCommand
Résultat bool

CreateDebuggerStartInfo() public méthode

public CreateDebuggerStartInfo ( MonoDevelop.Core.Execution.ExecutionCommand command ) : Mono.Debugging.Client.DebuggerStartInfo
command MonoDevelop.Core.Execution.ExecutionCommand
Résultat Mono.Debugging.Client.DebuggerStartInfo

CreateSession() public méthode

public CreateSession ( ) : Mono.Debugging.Client.DebuggerSession
Résultat Mono.Debugging.Client.DebuggerSession

GetAttachableProcesses() public méthode

public GetAttachableProcesses ( ) : Mono.Debugging.Client.ProcessInfo[]
Résultat Mono.Debugging.Client.ProcessInfo[]

IsExecutable() public méthode

public IsExecutable ( string file ) : bool
file string
Résultat bool