frysk.proc
Class TestTaskObserverWatchpoint

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by frysk.junit.TestCase
              extended by frysk.testbed.TestLib
                  extended by frysk.proc.TestTaskObserverWatchpoint
All Implemented Interfaces:
Test

public class TestTaskObserverWatchpoint
extends TestLib


Nested Class Summary
(package private) static class TestTaskObserverWatchpoint.AddFailWatchObserver
           
(package private) static class TestTaskObserverWatchpoint.CodeObserver
           
(package private) static class TestTaskObserverWatchpoint.FailingWatchObserver
           
(package private) static class TestTaskObserverWatchpoint.InstructionObserver
           
(package private) static class TestTaskObserverWatchpoint.OkToTerminateObserver
           
(package private) static class TestTaskObserverWatchpoint.Symbol
           
(package private) static class TestTaskObserverWatchpoint.TerminatedObserver
           
(package private) static class TestTaskObserverWatchpoint.TestObserver
           
(package private) static class TestTaskObserverWatchpoint.WatchObserver
           
 
Field Summary
private static Log fine
           
 
Fields inherited from class frysk.testbed.TestLib
host
 
Constructor Summary
TestTaskObserverWatchpoint()
           
 
Method Summary
(package private)  long getGlobalSymbolAddress(Task task, String label)
          Returns the address of a global label by quering the the Proc main Task's Dwlf.
 void testAddFailed()
           
 void testAddthenDeleteWatchpoint()
           
 void testRunningAndReadOnlyWatchpoint()
           
 void testRunningAndWatchpoint()
           
 void testSteppingInstructionAndWatchpoint()
           
 void testWatchpointActionContinue()
           
 
Methods inherited from class frysk.testbed.TestLib
addToTearDown, addToTearDown, assertRunToFindProc, assertRunUntilStop, assertRunUntilStop, getExecPath, isChildOf, isChildOfMine, isDescendantOf, isDescendantOfMine, runPending, setUp, tearDown
 
Methods inherited from class frysk.junit.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, getTimeoutMilliseconds, getTimeoutSeconds, missing32or64, unresolved, unresolvedOffUtrace, unresolvedOn32On64, unresolvedOnIA32, unresolvedOnPPC, unresolvedOnUtrace, unresolvedOnx8664, unsupported
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fine

private static final Log fine
Constructor Detail

TestTaskObserverWatchpoint

public TestTaskObserverWatchpoint()
Method Detail

testSteppingInstructionAndWatchpoint

public void testSteppingInstructionAndWatchpoint()

testRunningAndWatchpoint

public void testRunningAndWatchpoint()

testAddFailed

public void testAddFailed()

testRunningAndReadOnlyWatchpoint

public void testRunningAndReadOnlyWatchpoint()

testAddthenDeleteWatchpoint

public void testAddthenDeleteWatchpoint()

testWatchpointActionContinue

public void testWatchpointActionContinue()

getGlobalSymbolAddress

long getGlobalSymbolAddress(Task task,
                            String label)
Returns the address of a global label by quering the the Proc main Task's Dwlf.