frysk.isa.watchpoints
Class TestWatchpoint.Symbol

java.lang.Object
  extended by frysk.isa.watchpoints.TestWatchpoint.Symbol
All Implemented Interfaces:
SymbolBuilder
Enclosing class:
TestWatchpoint

static class TestWatchpoint.Symbol
extends Object
implements SymbolBuilder


Field Summary
private  long address
           
private  boolean found
           
private  String name
           
 
Constructor Summary
private TestWatchpoint.Symbol()
           
 
Method Summary
(package private) static TestWatchpoint.Symbol get(Dwfl dwfl, String name)
           
(package private)  long getAddress()
           
(package private)  String getName()
           
 void symbol(String name, long value, long size, ElfSymbolType type, ElfSymbolBinding bind, ElfSymbolVisibility visibility, boolean defined)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

address

private long address

found

private boolean found
Constructor Detail

TestWatchpoint.Symbol

private TestWatchpoint.Symbol()
Method Detail

get

static TestWatchpoint.Symbol get(Dwfl dwfl,
                                 String name)

getName

String getName()

getAddress

long getAddress()

symbol

public void symbol(String name,
                   long value,
                   long size,
                   ElfSymbolType type,
                   ElfSymbolBinding bind,
                   ElfSymbolVisibility visibility,
                   boolean defined)
Specified by:
symbol in interface SymbolBuilder