HomeSort by relevance Sort by last modified time
    Searched full:breakpoint (Results 1 - 25 of 830) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/995-breakpoints-throw/
expected.txt 1 Test "call Test995::breakpoint": Running breakpoint with handler "do nothing"
2 Breakpoint: public static void art.Test995.breakpoint() @ line=34
3 Test "call Test995::breakpoint": No error caught with handler "do nothing"
4 Test "call Test995::breakpoint": Finished running with handler "do nothing"
5 Test "call Test995::breakpointCatch": Running breakpoint with handler "do nothing"
6 Breakpoint: public static void art.Test995.breakpointCatch() @ line=48
9 Test "call Test995::breakpointCatchLate": Running breakpoint with handler "do nothing"
10 Breakpoint: public static void art.Test995.breakpointCatchLate() @ line=3
    [all...]
info.txt 1 Test basic JVMTI breakpoint functionality.
3 Tests that it is possible to throw exceptions while handling breakpoint events
  /art/test/996-breakpoint-obsolete/
expected.txt 1 Initially setting breakpoint to line 42
3 Should be after first breakpoint.
4 Breakpoint reached: public void art.Test996$Transform.run(java.lang.Runnable) @ line=42
7 Setting breakpoint on now obsolete method to line 40
8 Breakpoint reached: public void art.Test996$Transform.run(java.lang.Runnable) @ line=40
9 Should be after first breakpoint.
12 Setting initial breakpoint on redefined method.
14 Breakpoint reached: public void art.Test996$Transform.run(java.lang.Runnable) @ line=8
info.txt 1 Test JVMTI breakpoint/obsolete method interaction.
  /external/valgrind/gdbserver_tests/
hginfo.stdoutB.exp 0 Breakpoint 1 at 0x........: file hg01_all_ok.c, line 13.
3 Breakpoint 1, breakme () at hg01_all_ok.c:13
6 Breakpoint 1, breakme () at hg01_all_ok.c:13
mcclean_after_fork.stdoutB.exp 0 Breakpoint 1 at 0x........: file clean_after_fork.c, line 9.
2 Breakpoint 2 at 0x........: file clean_after_fork.c, line 20.
3 Breakpoint 3 at 0x........: file clean_after_fork.c, line 22.
5 Breakpoint 1, main () at clean_after_fork.c:9
mssnapshot.stdoutB.exp 0 Breakpoint 1 at 0x........: file t.c, line 106.
3 Breakpoint 1, main (argc=1, argv=0x........) at t.c:106
  /frameworks/rs/tests/lldb/tests/testcases/
test_breakpoint_coordinate.py 62 # breakpoint 1
65 # we will delete this breakpoint before we hit it.
66 # breakpoint 2
73 'breakpoint list',
75 "1: RenderScript kernel breakpoint for 'swizzle_kernel', locations = 1 Options: disabled",
76 "2: RenderScript kernel breakpoint for 'swizzle_kernel', locations = 1"
80 # delete breakpoint on 199,199,0
81 self.try_command('breakpoint delete 2', ['1 breakpoints deleted'])
85 'breakpoint list',
86 ["1: RenderScript kernel breakpoint for 'swizzle_kernel', locations = 1 Options: disabled"
    [all...]
test_breakpoint_kernel_1.py 27 '''Tests the setting of a breakpoint on a RS kernel.'''
42 self.try_command('language renderscript kernel breakpoint set simple_kernel',
43 ['Breakpoint(s) created',
46 # Try set a breakpoint on a kernel which doesn't exist
47 self.try_command('language renderscript kernel breakpoint set imaginary_kernel',
48 ['Breakpoint(s) created',
51 self.try_command('breakpoint list',
58 'stop reason = breakpoint'])
61 ['stop reason = breakpoint',
66 self.try_command('breakpoint list'
    [all...]
test_breakpoint_kernel_multiple_rs_files.py 27 '''Tests the setting of a breakpoint on RS kernels in multiple files.'''
44 self.try_command('language renderscript kernel breakpoint set first_kernel',
45 ['Breakpoint(s) created',
48 self.try_command('breakpoint list',
55 'stop reason = breakpoint 1'],
58 self.try_command('breakpoint list',
61 self.try_command('language renderscript kernel breakpoint set second_kernel',
62 ['Breakpoint(s) created',
63 'Breakpoint 2',
64 'Breakpoint(s) created']
    [all...]
test_breakpoint_kernel_all.py 38 self.try_command('language renderscript kernel breakpoint all enable',
44 'stop reason = breakpoint'])
46 self.try_command('breakpoint list',
51 self.try_command('language renderscript kernel breakpoint all disable',
55 self.try_command('breakpoint delete 1',
58 self.try_command('breakpoint delete 2',
61 self.try_command('breakpoint list',
65 self.try_command('language renderscript kernel breakpoint all enable',
68 self.try_command('breakpoint list',
75 'stop reason = breakpoint'])
    [all...]
test_breakpoint_kernel_all_multiple_rs_files.py 39 self.try_command('language renderscript kernel breakpoint all enable',
45 'stop reason = breakpoint'])
47 self.try_command('breakpoint list',
54 self.try_command('language renderscript kernel breakpoint all disable',
58 self.try_command('breakpoint delete 1',
61 self.try_command('breakpoint delete 2',
64 self.try_command('breakpoint list',
70 self.try_command('language renderscript kernel breakpoint all enable',
73 self.try_command('breakpoint list',
80 'stop reason = breakpoint'])
    [all...]
test_breakpoint_kernel_2.py 23 '''Tests the setting of a breakpoint on a RS kernel.'''
33 self.try_command('language renderscript kernel breakpoint set simple_kernel',
34 ['Breakpoint(s) created'])
39 'stop reason = breakpoint'])
42 ['stop reason = breakpoint',
48 self.try_command('breakpoint list',
55 'stop reason = breakpoint'])
test_invoke_fun.py 41 self.try_command('breakpoint set --name addToGlobal',
42 ['Breakpoint 1', '(pending)'])
46 'stop reason = breakpoint'],
49 self.try_command('language renderscript kernel breakpoint set simple_kernel',
50 ['Breakpoint 2', 'Breakpoint(s) created'])
54 'stop reason = breakpoint',
65 self.try_command('breakpoint delete 1', ['1 breakpoints deleted'])
67 self.try_command('breakpoint delete 2', ['1 breakpoints deleted'])
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
Breakpoint002Test.java 25 * JDWP Unit test for BREAKPOINT event in methods possibly inlined.
34 * This testcase is for BREAKPOINT event.
35 * <BR>It runs Breakpoint002Debuggee and sets breakpoint in the
36 * breakpointReturnVoid method, then verifies that requested BREAKPOINT
44 * This testcase is for BREAKPOINT event.
45 * <BR>It runs Breakpoint002Debuggee and sets breakpoint in the
46 * breakpointReturnIntConst method, then verifies that requested BREAKPOINT
55 * This testcase is for BREAKPOINT event.
56 * <BR>It runs Breakpoint002Debuggee and sets breakpoint in the
57 * breakpointReturnLongConst method, then verifies that requested BREAKPOINT
    [all...]
  /art/test/993-breakpoints/
info.txt 1 Test basic JVMTI breakpoint functionality.
3 This test places a breakpoint on the first instruction of a number of functions
expected.txt 3 Native invoking: public static void art.Test993.breakpoint() args: [this: null]
4 Reflective invoking: public static void art.Test993.breakpoint() args: [this: null]
5 Invoking "Test993::breakpoint"
6 Breaking on [public static void art.Test993.breakpoint() @ 41]
7 Native invoking: public static void art.Test993.breakpoint() args: [this: null]
8 Breakpoint: public static void art.Test993.breakpoint() @ line=41
9 Reflective invoking: public static void art.Test993.breakpoint() args: [this: null]
10 Breakpoint: public static void art.Test993.breakpoint() @ line=4
    [all...]
  /art/test/994-breakpoint-line/
info.txt 1 Test basic JVMTI breakpoint functionality.
5 paths and then runs the function, receiving the breakpoint events.
expected.txt 2 Breakpoint reached: public static void art.Test994.doMultiPath(boolean) @ line=29
5 Breakpoint reached: public static void art.Test994.doMultiPath(boolean) @ line=29
8 Breakpoint reached: public static void art.Test994.doMultiPath(boolean) @ line=30
11 Breakpoint reached: public static void art.Test994.doMultiPath(boolean) @ line=30
14 Breakpoint reached: public static void art.Test994.doMultiPath(boolean) @ line=31
21 Breakpoint reached: public static void art.Test994.doMultiPath(boolean) @ line=33
25 Breakpoint reached: public static void art.Test994.doMultiPath(boolean) @ line=35
28 Breakpoint reached: public static void art.Test994.doMultiPath(boolean) @ line=35
31 Breakpoint reached: public static void art.Test994.doMultiPath(boolean) @ line=36
34 Breakpoint reached: public static void art.Test994.doMultiPath(boolean) @ line=3
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
Breakpoint.java 29 * This class provides info about breakpoint.
31 public class Breakpoint {
37 * Creates Breakpoint instance with default values.
39 Breakpoint() {
46 * Creates Breakpoint instance with given data.
48 * @param clazz Class in which breakpoint is created
49 * @param method Method in which breakpoint is created
52 public Breakpoint(String clazz, String method, int location) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
break.s 4 break breakpoint
22 .set breakpoint,2
  /external/syslinux/gpxe/src/arch/i386/include/
bochs.h 8 * This file defines @c bochsbp, the magic breakpoint instruction that
19 /* Breakpoint for when debugging under bochs */
25 /** Breakpoint for when debugging under bochs */
  /art/test/995-breakpoints-throw/src/art/
Test995.java 24 public static final Breakpoint.Manager MANAGER = new Breakpoint.Manager();
33 public static void breakpoint() { method in class:Test995
55 System.out.println("\tBreakpoint: " + e + " @ line=" + Breakpoint.locationToLine(e, loc));
80 Breakpoint.stopBreakpointWatch(Thread.currentThread());
81 Breakpoint.startBreakpointWatch(
87 Method breakpoint_method = Test995.class.getDeclaredMethod("breakpoint");
90 MANAGER.setBreakpoint(breakpoint_method, Breakpoint.getStartLocation(breakpoint_method));
92 breakpoint_catch_method, Breakpoint.getStartLocation(breakpoint_catch_method));
94 breakpoint_catch_late_method, Breakpoint.getStartLocation(breakpoint_catch_late_method))
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
CpuBreakpoint.c 27 Generates a breakpoint on the CPU.
29 Generates a breakpoint on the CPU. The breakpoint must be implemented such
30 that code can resume normal execution after the breakpoint.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
CpuBreakpoint.c 25 Generates a breakpoint on the CPU.
27 Generates a breakpoint on the CPU. The breakpoint must be implemented such
28 that code can resume normal execution after the breakpoint.

Completed in 230 milliseconds

1 2 3 4 5 6 7 8 91011>>