Searched refs:bkpt (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DSourceNameFilterTest.java48 static void bkpt() { method in class:SourceNameFilterTarg
55 bkpt();
58 bkpt();
61 bkpt();
179 resumeTo("SourceNameFilterTarg", "bkpt", "()V");
188 resumeTo("SourceNameFilterTarg", "bkpt", "()V");
200 resumeTo("SourceNameFilterTarg", "bkpt", "()V");
H A DMixedSuspendTest.sh61 bkpt(); function
89 static void bkpt() {
90 //System.out.println("bkpt reached, thread = " + this.getName());
H A DSuspendThreadTest.java46 public static void bkpt() { method in class:SuspendThreadTarg
53 // We need this to be running so the bkpt
57 bkpt();
85 // When we get a bkpt we want to disable the request,
123 Location loc1 = findMethod(targetClass, "bkpt", "()V").location();
127 // Without this, it is a SUSPEND_ALL bkpt and the test will pass
145 // If we don't get a bkpt within 5 secs,
H A DJdbMethodExitTest.sh125 public static void bkpt() {
160 bkpt(); function
164 bkpt(); function
171 bkpt(); function
178 bkpt(); function
185 bkpt(); function
220 jdbFailIfNotPresent "trace method exit in effect for JdbMethodExitTest.bkpt"
224 jdbFailIfNotPresent "trace go method exit in effect for JdbMethodExitTest.bkpt"
234 # Get out of bkpt back to the call to traceMethods
H A DClassesByName2Test.java44 static void bkpt() { method in class:ClassesByName2Targ
93 bkpt();
148 breakpointAtMethod(bpe.location().declaringType(), "bkpt");
152 the bkpt. The 150 is so we stop if the debuggee
154 spend all day waiting for it to get to the bkpt.
H A DJdbLockTest.sh56 // At this bkpt, sleeper should be waiting on $classname.jj
H A DJdbVarargsTest.sh43 // Call the varargs method so the bkpt will be hit
H A DInstancesTest.java79 public static void bkpt() { method in class:InstancesTarg
94 bkpt();
157 resumeTo("InstancesTarg", "bkpt", "()V");
H A DVarargsTest.java84 bkpt();
86 static void bkpt() { method in class:VarargsTarg
217 bpe = resumeTo("VarargsTarg", "bkpt", "()V");
H A DReferrersTest.java78 public static void bkpt() { method in class:ReferrersTarg
93 bkpt();
156 resumeTo("ReferrersTarg", "bkpt", "()V");
/openjdk7/jdk/test/com/sun/jdi/sde/
H A DFilterMangleTest.java48 public static void bkpt() { method in class:FilterMangleTarg
54 bkpt();
55 System.out.println("bkpt done");
152 * For example, if you try to set a bkpt on a class not yet
154 * to catch the load of that class so the bkpt can be
157 * runs off to completion before the bkpt can actually be
181 resumeTo("FilterMangleTarg", "bkpt", "()V");

Completed in 55 milliseconds