C# Класс MonoDevelop.Debugger.Gdb.GdbSessionFactory

Наследование: DebuggerEngineBackend
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
FindFile ( string cmd ) : string

Описание методов

CanDebugCommand() публичный Метод

public CanDebugCommand ( MonoDevelop.Core.Execution.ExecutionCommand command ) : bool
command MonoDevelop.Core.Execution.ExecutionCommand
Результат bool

CreateDebuggerStartInfo() публичный Метод

public CreateDebuggerStartInfo ( MonoDevelop.Core.Execution.ExecutionCommand command ) : Mono.Debugging.Client.DebuggerStartInfo
command MonoDevelop.Core.Execution.ExecutionCommand
Результат Mono.Debugging.Client.DebuggerStartInfo

CreateSession() публичный Метод

public CreateSession ( ) : Mono.Debugging.Client.DebuggerSession
Результат Mono.Debugging.Client.DebuggerSession

GetAttachableProcesses() публичный Метод

public GetAttachableProcesses ( ) : Mono.Debugging.Client.ProcessInfo[]
Результат Mono.Debugging.Client.ProcessInfo[]

IsExecutable() публичный Метод

public IsExecutable ( string file ) : bool
file string
Результат bool