C# Class MonoDevelop.Debugger.Gdb.D.Deh2

Capsules D Exception handling for Win64 and Linux target systems.
Afficher le fichier Open project: llucenic/MonoDevelop.Debugger.Gdb.D

Méthodes publiques

Свойство Type Description
Session DGdbSession

Méthodes publiques

Méthode Description
Deh2 ( DGdbSession sess ) : System
HandleBreakpoint ( GdbCommandResult res ) : bool
InjectBreakpoint ( ) : bool

Injects the breakpoint that is responsible for last-chance catching the unhandled exception.

Method Details

Deh2() public méthode

public Deh2 ( DGdbSession sess ) : System
sess DGdbSession
Résultat System

HandleBreakpoint() public méthode

public HandleBreakpoint ( GdbCommandResult res ) : bool
res GdbCommandResult
Résultat bool

InjectBreakpoint() public méthode

Injects the breakpoint that is responsible for last-chance catching the unhandled exception.
public InjectBreakpoint ( ) : bool
Résultat bool

Property Details

Session public_oe property

public DGdbSession Session
Résultat DGdbSession