C# Class Mono.Debugger.AddressBreakpoint

Inheritance: Breakpoint
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Méthode Description
Activate ( Thread thread ) : void
Deactivate ( Thread thread ) : void

Méthodes protégées

Méthode Description
GetSessionData ( XmlElement root, XmlElement element ) : void

Private Methods

Méthode Description
AddressBreakpoint ( HardwareWatchType type, TargetAddress address ) : System
AddressBreakpoint ( string name, ThreadGroup group, TargetAddress address ) : System
Insert ( Inferior inferior ) : void
OnTargetExited ( ) : void
Remove ( Inferior inferior ) : void
Resolve ( Thread target, StackFrame frame ) : BreakpointHandle

Method Details

Activate() public méthode

public Activate ( Thread thread ) : void
thread Thread
Résultat void

Deactivate() public méthode

public Deactivate ( Thread thread ) : void
thread Thread
Résultat void

GetSessionData() protected méthode

protected GetSessionData ( XmlElement root, XmlElement element ) : void
root System.Xml.XmlElement
element System.Xml.XmlElement
Résultat void