C# 클래스 Mono.Debugger.Backend.DarwinOperatingSystem.DynlinkBreakpoint

상속: Mono.Debugger.AddressBreakpoint
파일 보기 프로젝트 열기: baulig/debugger

공개 프로퍼티들

프로퍼티 타입 설명
Instruction Mono.Debugger.Architectures.Instruction

보호된 프로퍼티들

프로퍼티 타입 설명
OS DarwinOperatingSystem

공개 메소드들

메소드 설명
CheckBreakpointHit ( Thread target, TargetAddress address ) : bool
DynlinkBreakpoint ( DarwinOperatingSystem os, Instruction instruction ) : System

비공개 메소드들

메소드 설명
BreakpointHandler ( Inferior inferior, bool &remain_stopped ) : bool

메소드 상세

CheckBreakpointHit() 공개 메소드

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

DynlinkBreakpoint() 공개 메소드

public DynlinkBreakpoint ( DarwinOperatingSystem os, Instruction instruction ) : System
os DarwinOperatingSystem
instruction Mono.Debugger.Architectures.Instruction
리턴 System

프로퍼티 상세

Instruction 공개적으로 프로퍼티

public Instruction,Mono.Debugger.Architectures Instruction
리턴 Mono.Debugger.Architectures.Instruction

OS 보호되어 있는 프로퍼티

protected DarwinOperatingSystem,Mono.Debugger.Backend OS
리턴 DarwinOperatingSystem