Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Side by Side Diff: test/inspector/debugger/wasm-stepping-expected.txt

Issue 2650293003: [wasm] Interpreter: Don't pause on invalid position (Closed)
Patch Set: Rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/cctest/wasm/test-run-wasm-interpreter.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Installing code an global variable. 1 Installing code an global variable.
2 Calling instantiate function. 2 Calling instantiate function.
3 Waiting for two wasm scripts to be parsed. 3 Waiting for two wasm scripts to be parsed.
4 Ignoring script with url v8://test/callInstantiate 4 Ignoring script with url v8://test/callInstantiate
5 Got wasm script: wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-0 5 Got wasm script: wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-0
6 Requesting source for wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-0... 6 Requesting source for wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-0...
7 Got wasm script: wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-1 7 Got wasm script: wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-1
8 Requesting source for wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-1... 8 Requesting source for wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-1...
9 func $wasm_A 9 func $wasm_A
10 nop 10 nop
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 Paused at wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-1:7:6: >set_local 0 70 Paused at wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-1:7:6: >set_local 0
71 Step action: stepInto 71 Step action: stepInto
72 Paused at wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-1:8:6: >call 0 72 Paused at wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-1:8:6: >call 0
73 Step action: stepInto 73 Step action: stepInto
74 Paused at wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-0:1:2: >nop 74 Paused at wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-0:1:2: >nop
75 Step action: stepInto 75 Step action: stepInto
76 Paused at wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-0:2:2: >nop 76 Paused at wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-0:2:2: >nop
77 Step action: stepInto 77 Step action: stepInto
78 Paused at wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-0:3:0: >end 78 Paused at wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-0:3:0: >end
79 Step action: stepInto 79 Step action: stepInto
80 Paused at wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-0:0:0: >func $wasm_A 80 Paused at wasm://wasm/wasm-ccfaf3fa/wasm-ccfaf3fa-1:9:6: >br 1
81 Step action: resume 81 Step action: resume
82 exports.main returned! 82 exports.main returned!
83 Finished! 83 Finished!
OLDNEW
« no previous file with comments | « test/cctest/wasm/test-run-wasm-interpreter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698