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

Unified Diff: src/wasm/wasm-debug.h

Issue 2069823003: [wasm] Enable wasm frame inspection for debugging (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@split-wasm-debug
Patch Set: address yang's comments Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: src/wasm/wasm-debug.h
diff --git a/src/wasm/wasm-debug.h b/src/wasm/wasm-debug.h
index 9749a3659cc421468a80ffce313e26dea26ec187..79551abf110156ca7733260f8f6114e73e7df05e 100644
--- a/src/wasm/wasm-debug.h
+++ b/src/wasm/wasm-debug.h
@@ -21,6 +21,8 @@ class WasmDebugInfo : public FixedArray {
JSObject* wasm_object();
+ Script* GetFunctionScript(int func_index);
+
bool SetBreakPoint(int byte_offset);
// Disassemble the specified function from this module.
« no previous file with comments | « src/runtime/runtime-liveedit.cc ('k') | src/wasm/wasm-debug.cc » ('j') | src/wasm/wasm-debug.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698