comparison truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/debug/Breakpoint.java @ 22173:dcb70d90c11d

Merging in changes in default branch
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Mon, 21 Sep 2015 11:21:03 +0200
parents b31dcacfc8ff dc83cc1f94f2
children 0d36601f233e
comparison
equal deleted inserted replaced
22172:b31dcacfc8ff 22173:dcb70d90c11d
22 * or visit www.oracle.com if you need additional information or have any 22 * or visit www.oracle.com if you need additional information or have any
23 * questions. 23 * questions.
24 */ 24 */
25 package com.oracle.truffle.api.debug; 25 package com.oracle.truffle.api.debug;
26 26
27 import com.oracle.truffle.api.instrument.*; 27 import com.oracle.truffle.api.instrument.Instrument;
28 import com.oracle.truffle.api.source.*; 28 import com.oracle.truffle.api.instrument.Probe;
29 import com.oracle.truffle.api.source.Source;
29 import java.io.IOException; 30 import java.io.IOException;
30 31
31 /** 32 /**
32 * Breakpoint in a {@link com.oracle.truffle.api.vm.PolyglotEngine} with 33 * Breakpoint in a {@link com.oracle.truffle.api.vm.PolyglotEngine} with
33 * {@link com.oracle.truffle.api.debug debugging turned on}. You can ask 34 * {@link com.oracle.truffle.api.debug debugging turned on}. You can ask