History log of /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/SingleStepThroughReflectionTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e8c8e4aa631449e03043945cb4bbf1338d6b9894 24-Feb-2015 Sebastien Hertz <shertz@google.com> JDWP: check thread state on event suspension

Checks thread status is RUNNING and suspend status is
SUSPEND_STATUS_SUSPENDED when suspending on a thread event (single
step, breakpoint, ...)

Also stops using long type for breakpoint request ID: this is really
an int.

Bug: 19103406
Change-Id: I8640918514e421fc69b7e424aed7beffdb2d4e08
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/SingleStepThroughReflectionTest.java
49e8fdcb76ef4a13c949a93d1dca6c103288e59f 01-Oct-2014 Sebastien Hertz <shertz@google.com> Test single-step through reflection

Checks we can single-step into a method called through reflection.

Bug: 17750566
Change-Id: Ie6dd3bf8519d16be7003bf6135a0d3260e1961e9
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/SingleStepThroughReflectionTest.java