Chromium Code Reviews

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: fix gcmole reports Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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.

Powered by Google App Engine