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

Unified Diff: src/debug/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: rebase & address andreas' 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
« no previous file with comments | « no previous file | src/debug/debug.cc » ('j') | src/debug/debug.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/debug.h
diff --git a/src/debug/debug.h b/src/debug/debug.h
index eb2708c32f36ee802463e529b07fb57b2d171b54..b80e6805669e4481927d95d11bb30fdda8bfbab4 100644
--- a/src/debug/debug.h
+++ b/src/debug/debug.h
@@ -69,7 +69,7 @@ class BreakLocation {
static BreakLocation FromCodeOffset(Handle<DebugInfo> debug_info, int offset);
static BreakLocation FromFrame(Handle<DebugInfo> debug_info,
- JavaScriptFrame* frame);
+ StandardFrame* frame);
static void AllForStatementPosition(Handle<DebugInfo> debug_info,
int statement_position,
@@ -491,7 +491,7 @@ class Debug {
bool IsDebugGlobal(JSGlobalObject* global);
// Check whether this frame is just about to return.
- bool IsBreakAtReturn(JavaScriptFrame* frame);
+ bool IsBreakAtReturn(StandardFrame* frame);
// Support for LiveEdit
void FramesHaveBeenDropped(StackFrame::Id new_break_frame_id,
« no previous file with comments | « no previous file | src/debug/debug.cc » ('j') | src/debug/debug.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698