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

Inheritance: Mono.Debugger.AddressBreakpoint
显示文件 Open project: baulig/debugger

Public Properties

Property Type Description
Instruction Mono.Debugger.Architectures.Instruction

Protected Properties

Property Type Description
OS LinuxOperatingSystem

Public Methods

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

Private Methods

Method Description
BreakpointHandler ( Inferior inferior, bool &remain_stopped ) : bool

Method Details

CheckBreakpointHit() public method

public CheckBreakpointHit ( Thread target, TargetAddress address ) : bool
target Thread
address Mono.Debugger.TargetAddress
return bool

DynlinkBreakpoint() public method

public DynlinkBreakpoint ( LinuxOperatingSystem os, Instruction instruction ) : System
os LinuxOperatingSystem
instruction Mono.Debugger.Architectures.Instruction
return System

Property Details

Instruction public_oe property

public Instruction,Mono.Debugger.Architectures Instruction
return Mono.Debugger.Architectures.Instruction

OS protected_oe property

protected LinuxOperatingSystem,Mono.Debugger.Backend OS
return LinuxOperatingSystem