/aosp12/art/test/995-breakpoints-throw/ |
H A D | expected-stdout.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" 13 Test "catch subroutine Test995::breakpoint": Running breakpoint with handler "do nothing" 14 Breakpoint: public static void art.Test995.breakpoint() @ line=34 17 Test "call Test995::breakpoint": Running breakpoint with handler "throw" 18 Breakpoint: public static void art.Test995.breakpoint() @ line=34 20 Test "call Test995::breakpoint": Finished running with handler "throw" 30 Test "catch subroutine Test995::breakpoint": Running breakpoint with handler "throw" [all …]
|
H A D | info.txt | 1 Test basic JVMTI breakpoint functionality. 3 Tests that it is possible to throw exceptions while handling breakpoint events
|
/aosp12/art/test/994-breakpoint-line/ |
H A D | Android.bp | 3 // Build rules for ART run-test `994-breakpoint-line`. 16 name: "art-run-test-994-breakpoint-line", 21 ":art-run-test-994-breakpoint-line-expected-stdout", 22 ":art-run-test-994-breakpoint-line-expected-stderr", 28 name: "art-run-test-994-breakpoint-line-expected-stdout", 29 out: ["art-run-test-994-breakpoint-line-expected-stdout.txt"], 36 name: "art-run-test-994-breakpoint-line-expected-stderr", 37 out: ["art-run-test-994-breakpoint-line-expected-stderr.txt"],
|
H A D | info.txt | 1 Test basic JVMTI breakpoint functionality. 5 paths and then runs the function, receiving the breakpoint events.
|
/aosp12/art/test/996-breakpoint-obsolete/ |
H A D | Android.bp | 3 // Build rules for ART run-test `996-breakpoint-obsolete`. 16 name: "art-run-test-996-breakpoint-obsolete", 21 ":art-run-test-996-breakpoint-obsolete-expected-stdout", 22 ":art-run-test-996-breakpoint-obsolete-expected-stderr", 28 name: "art-run-test-996-breakpoint-obsolete-expected-stdout", 29 out: ["art-run-test-996-breakpoint-obsolete-expected-stdout.txt"], 36 name: "art-run-test-996-breakpoint-obsolete-expected-stderr", 37 out: ["art-run-test-996-breakpoint-obsolete-expected-stderr.txt"],
|
H A D | expected-stdout.txt | 1 Initially setting breakpoint to line 42 3 Should be after first breakpoint. 7 Setting breakpoint on now obsolete method to line 40 9 Should be after first breakpoint. 12 Setting initial breakpoint on redefined method.
|
H A D | info.txt | 1 Test JVMTI breakpoint/obsolete method interaction.
|
/aosp12/art/test/1947-breakpoint-redefine-deopt/ |
H A D | Android.bp | 3 // Build rules for ART run-test `1947-breakpoint-redefine-deopt`. 16 name: "art-run-test-1947-breakpoint-redefine-deopt", 21 ":art-run-test-1947-breakpoint-redefine-deopt-expected-stdout", 22 ":art-run-test-1947-breakpoint-redefine-deopt-expected-stderr", 28 name: "art-run-test-1947-breakpoint-redefine-deopt-expected-stdout", 29 out: ["art-run-test-1947-breakpoint-redefine-deopt-expected-stdout.txt"], 36 name: "art-run-test-1947-breakpoint-redefine-deopt-expected-stderr", 37 out: ["art-run-test-1947-breakpoint-redefine-deopt-expected-stderr.txt"],
|
H A D | info.txt | 1 Test basic JVMTI breakpoint functionality. 5 paths and then runs the function, receiving the breakpoint events.
|
/aosp12/art/test/1929-exception-catch-exception/ |
H A D | expected-stdout.txt | 1 Test "art.Test1929$DoThrowClass": Running breakpoint with handler "art.Test1929$DoNothingHandler" 11 Test "art.Test1929$DoThrowCatchBaseTestException": Running breakpoint with handler "art.Test1929$Do… 25 Test "art.Test1929$DoThrowCatchBaseTestExceptionTwice": Running breakpoint with handler "art.Test19… 39 Test "art.Test1929$DoThrowCatchTestException": Running breakpoint with handler "art.Test1929$DoNoth… 53 Test "art.Test1929$DoThrowCatchTestExceptionTwice": Running breakpoint with handler "art.Test1929$D… 77 Test "art.Test1929$DoThrowClass": Running breakpoint with handler "art.Test1929$ThrowCatchBase" 87 Test "art.Test1929$DoThrowCatchBaseTestException": Running breakpoint with handler "art.Test1929$Th… 102 Test "art.Test1929$DoThrowCatchBaseTestExceptionTwice": Running breakpoint with handler "art.Test19… 116 Test "art.Test1929$DoThrowCatchTestException": Running breakpoint with handler "art.Test1929$ThrowC… 131 Test "art.Test1929$DoThrowCatchTestExceptionTwice": Running breakpoint with handler "art.Test1929$T… [all …]
|
/aosp12/art/test/993-breakpoints/ |
H A D | info.txt | 1 Test basic JVMTI breakpoint functionality. 3 This test places a breakpoint on the first instruction of a number of functions
|
H A D | expected_cts.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=41 11 Invoking "Test993::breakpoint" 12 Breakpoint: public static void art.Test993.breakpoint() @ line=41
|
H A D | expected-stdout.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=41 11 Invoking "Test993::breakpoint" 12 Breakpoint: public static void art.Test993.breakpoint() @ line=41
|
/aosp12/art/test/1953-pop-frame/ |
H A D | info.txt | 1 Test basic JVMTI breakpoint functionality. 3 This test places a breakpoint on the first instruction of a number of functions
|
H A D | expected-stdout.txt | 1 Test stopped using breakpoint 4 Test stopped using breakpoint with declared synchronized function 7 Test stopped using breakpoint with synchronized block
|
/aosp12/art/test/1954-pop-frame-jit/ |
H A D | info.txt | 1 Test basic JVMTI breakpoint functionality. 3 This test places a breakpoint on the first instruction of a number of functions
|
H A D | expected-stdout.txt | 1 Test stopped using breakpoint 4 Test stopped using breakpoint with declared synchronized function 7 Test stopped using breakpoint with synchronized block
|
/aosp12/art/test/1955-pop-frame-jit-called/ |
H A D | info.txt | 1 Test basic JVMTI breakpoint functionality. 3 This test places a breakpoint on the first instruction of a number of functions
|
H A D | expected-stdout.txt | 1 Test stopped using breakpoint 4 Test stopped using breakpoint with declared synchronized function 7 Test stopped using breakpoint with synchronized block
|
/aosp12/art/test/1956-pop-frame-jit-calling/ |
H A D | info.txt | 1 Test basic JVMTI breakpoint functionality. 3 This test places a breakpoint on the first instruction of a number of functions
|
H A D | expected-stdout.txt | 1 Test stopped using breakpoint 4 Test stopped using breakpoint with declared synchronized function 7 Test stopped using breakpoint with synchronized block
|
/aosp12/art/test/995-breakpoints-throw/src/art/ |
H A D | Test995.java | 33 public static void breakpoint() { in breakpoint() method in Test995 102 makeTest("call Test995::breakpoint", Test995::breakpoint), 108 breakpoint();
|
/aosp12/art/tools/jvmti-agents/breakpoint-logger/ |
H A D | README.md | 19 * The breakpoint\_location is a number that's a valid jlocation for the runtime 27 set the breakpoint. This means that classes might be initialized earlier than 31 * Deviating from this format or including a breakpoint that cannot be found at
|
/aosp12/art/tools/jvmti-agents/ |
H A D | README.md | 8 * [libbreakpointlogger](./breakpoint-logger)
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
H A D | s_logl.c | 559 breakpoint(); in k_logl() 668 breakpoint(); in log1pl()
|