Home | History | Annotate | Download | only in jdwp

Lines Matching defs:frames

1817      * Returns the count of frames on this thread's stack
1821 * @return The count of frames on this thread's stack
1833 * Returns a list containing all frames of a certain thread
1837 * @return A list of frames
1850 ArrayList<Frame> frames = new ArrayList<Frame>(framesCount);
1856 frames.add(frame);
1859 return frames;
1863 * Returns a set of frames of a certain suspended thread
1866 * ID of the thread whose frames to obtain
1870 * The count of frames to retrieve (-1 means all remaining).
1880 command.setNextValueAsInt(length); // get all remaining frames;