C# Class Mono.Debugger.Backend.SingleSteppingEngine.ThreadLockData

Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Méthode Description
PopRegisters ( Inferior inferior ) : void
SetStopEvent ( Inferior stop_event ) : void
ThreadLockData ( bool stopped, Inferior stop_event, bool pushed_regs ) : System
ToString ( ) : string

Method Details

PopRegisters() public méthode

public PopRegisters ( Inferior inferior ) : void
inferior Inferior
Résultat void

SetStopEvent() public méthode

public SetStopEvent ( Inferior stop_event ) : void
stop_event Inferior
Résultat void

ThreadLockData() public méthode

public ThreadLockData ( bool stopped, Inferior stop_event, bool pushed_regs ) : System
stopped bool
stop_event Inferior
pushed_regs bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string