The Meta-Environment API

Uses of Class
nl.cwi.sen1.tide.adapters.DebugAdapterRule

Packages that use DebugAdapterRule
nl.cwi.sen1.tide.adapters   
nl.cwi.sen1.tide.adapters.gdb   
 

Uses of DebugAdapterRule in nl.cwi.sen1.tide.adapters
 

Fields in nl.cwi.sen1.tide.adapters declared as DebugAdapterRule
 DebugAdapterRule DebugAdapterProcess.current_rule
           
 DebugAdapterRule[] DebugAdapterProcess.rules
           
 

Methods in nl.cwi.sen1.tide.adapters that return DebugAdapterRule
 DebugAdapterRule DebugAdapterProcess.createRule(int pid, aterm.ATerm port, aterm.ATerm cond, aterm.ATerm act, aterm.ATerm tag, boolean enabled)
           
 

Methods in nl.cwi.sen1.tide.adapters with parameters of type DebugAdapterRule
 void DebugAdapterProcess.doDisable(DebugAdapterRule rule)
           
 void DebugAdapter.event(int pid, DebugAdapterRule rule, aterm.ATerm value)
           
 void DebugAdapterProcess.fireRule(DebugAdapterRule rule)
           
 void DebugAdapterProcess.handleRuleCreation(DebugAdapterRule rule)
           
 void DebugAdapterProcess.handleRuleDestruction(DebugAdapterRule rule)
           
 void DebugAdapterProcess.handleRuleDisabling(DebugAdapterRule rule)
           
 void DebugAdapterProcess.handleRuleEnabling(DebugAdapterRule rule)
           
 

Uses of DebugAdapterRule in nl.cwi.sen1.tide.adapters.gdb
 

Fields in nl.cwi.sen1.tide.adapters.gdb with type parameters of type DebugAdapterRule
private  java.util.Map<DebugAdapterRule,java.lang.Integer> GdbProcess.breaksByRule
           
private  java.util.Map<java.lang.Integer,DebugAdapterRule> GdbProcess.rulesByBreak
           
 

Methods in nl.cwi.sen1.tide.adapters.gdb with parameters of type DebugAdapterRule
 void GdbProcess.handleRuleCreation(DebugAdapterRule rule)
           
 void GdbProcess.handleRuleDestruction(DebugAdapterRule rule)
           
 void GdbProcess.handleRuleDisabling(DebugAdapterRule rule)
           
 void GdbProcess.handleRuleEnabling(DebugAdapterRule rule)
           
 


The Meta-Environment API