Home
last modified time | relevance | path

Searched refs:ModificationWatchpointRequest (Results 1 – 3 of 3) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/jdi/request/
DEventRequestManager.java323 ModificationWatchpointRequest createModificationWatchpointRequest(Field field); in createModificationWatchpointRequest()
476 List<ModificationWatchpointRequest> modificationWatchpointRequests(); in modificationWatchpointRequests()
DModificationWatchpointRequest.java59 public interface ModificationWatchpointRequest extends WatchpointRequest { interface
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventRequestManagerImpl.java686 implements ModificationWatchpointRequest {
828 public ModificationWatchpointRequest
902 public List<ModificationWatchpointRequest> modificationWatchpointRequests() { in modificationWatchpointRequests()
903 …return (List<ModificationWatchpointRequest>)unmodifiableRequestList(JDWP.EventKind.FIELD_MODIFICAT… in modificationWatchpointRequests()