xref: /aosp_15_r20/art/test/995-breakpoints-throw/expected-stdout.txt (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpoint": Running breakpoint with handler "do nothing"
2*795d594fSAndroid Build Coastguard Worker	Breakpoint: public static void art.Test995.breakpoint() @ line=34
3*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpoint": No error caught with handler "do nothing"
4*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpoint": Finished running with handler "do nothing"
5*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpointCatch": Running breakpoint with handler "do nothing"
6*795d594fSAndroid Build Coastguard Worker	Breakpoint: public static void art.Test995.breakpointCatch() @ line=48
7*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpointCatch": No error caught with handler "do nothing"
8*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpointCatch": Finished running with handler "do nothing"
9*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpointCatchLate": Running breakpoint with handler "do nothing"
10*795d594fSAndroid Build Coastguard Worker	Breakpoint: public static void art.Test995.breakpointCatchLate() @ line=38
11*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpointCatchLate": No error caught with handler "do nothing"
12*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpointCatchLate": Finished running with handler "do nothing"
13*795d594fSAndroid Build Coastguard WorkerTest "catch subroutine Test995::breakpoint": Running breakpoint with handler "do nothing"
14*795d594fSAndroid Build Coastguard Worker	Breakpoint: public static void art.Test995.breakpoint() @ line=34
15*795d594fSAndroid Build Coastguard WorkerTest "catch subroutine Test995::breakpoint": No error caught with handler "do nothing"
16*795d594fSAndroid Build Coastguard WorkerTest "catch subroutine Test995::breakpoint": Finished running with handler "do nothing"
17*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpoint": Running breakpoint with handler "throw"
18*795d594fSAndroid Build Coastguard Worker	Breakpoint: public static void art.Test995.breakpoint() @ line=34
19*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpoint": Caught error java.lang.Error:"throwing error!" with handler "throw"
20*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpoint": Finished running with handler "throw"
21*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpointCatch": Running breakpoint with handler "throw"
22*795d594fSAndroid Build Coastguard Worker	Breakpoint: public static void art.Test995.breakpointCatch() @ line=48
23*795d594fSAndroid Build Coastguard WorkerCaught java.lang.Error: "throwing error!"
24*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpointCatch": No error caught with handler "throw"
25*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpointCatch": Finished running with handler "throw"
26*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpointCatchLate": Running breakpoint with handler "throw"
27*795d594fSAndroid Build Coastguard Worker	Breakpoint: public static void art.Test995.breakpointCatchLate() @ line=38
28*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpointCatchLate": Caught error java.lang.Error:"throwing error!" with handler "throw"
29*795d594fSAndroid Build Coastguard WorkerTest "call Test995::breakpointCatchLate": Finished running with handler "throw"
30*795d594fSAndroid Build Coastguard WorkerTest "catch subroutine Test995::breakpoint": Running breakpoint with handler "throw"
31*795d594fSAndroid Build Coastguard Worker	Breakpoint: public static void art.Test995.breakpoint() @ line=34
32*795d594fSAndroid Build Coastguard WorkerCaught java.lang.Error:"throwing error!"
33*795d594fSAndroid Build Coastguard WorkerTest "catch subroutine Test995::breakpoint": No error caught with handler "throw"
34*795d594fSAndroid Build Coastguard WorkerTest "catch subroutine Test995::breakpoint": Finished running with handler "throw"
35