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

Capsules D Exception handling for Win64 and Linux target systems.
Mostrar archivo Open project: llucenic/MonoDevelop.Debugger.Gdb.D

Public Properties

Property Type Description
Session DGdbSession

Public Methods

Method 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 method

public Deh2 ( DGdbSession sess ) : System
sess DGdbSession
return System

HandleBreakpoint() public method

public HandleBreakpoint ( GdbCommandResult res ) : bool
res GdbCommandResult
return bool

InjectBreakpoint() public method

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

Property Details

Session public_oe property

public DGdbSession Session
return DGdbSession