Home
last modified time | relevance | path

Searched refs:DBGA_STOP (Results 1 – 2 of 2) sorted by relevance

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/
H A DPHPDBGBase.java31 public static final char[] DBGA_STOP = IntToChar4(0x8002); field in PHPDBGBase
H A DPHPDBGInterface.java405 DBGPacket = new PHPDBGPacket (PHPDBGBase.DBGA_STOP); in stopExecution()