C# Class Mono.Debugger.Backend.LinuxOperatingSystem.DynlinkBreakpoint

Inheritance: Mono.Debugger.AddressBreakpoint
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Свойство Type Description
Instruction Mono.Debugger.Architectures.Instruction

Protected Properties

Свойство Type Description
OS LinuxOperatingSystem

Méthodes publiques

Méthode Description
CheckBreakpointHit ( Thread target, TargetAddress address ) : bool
DynlinkBreakpoint ( LinuxOperatingSystem os, Instruction instruction ) : System

Private Methods

Méthode Description
BreakpointHandler ( Inferior inferior, bool &remain_stopped ) : bool

Method Details

CheckBreakpointHit() public méthode

public CheckBreakpointHit ( Thread target, TargetAddress address ) : bool
target Thread
address Mono.Debugger.TargetAddress
Résultat bool

DynlinkBreakpoint() public méthode

public DynlinkBreakpoint ( LinuxOperatingSystem os, Instruction instruction ) : System
os LinuxOperatingSystem
instruction Mono.Debugger.Architectures.Instruction
Résultat System

Property Details

Instruction public_oe property

public Instruction,Mono.Debugger.Architectures Instruction
Résultat Mono.Debugger.Architectures.Instruction

OS protected_oe property

protected LinuxOperatingSystem,Mono.Debugger.Backend OS
Résultat LinuxOperatingSystem