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

Unified Diff: runtime/vm/debugger.h

Issue 11776007: Handle optimized code blocks in debugger stack trace (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 12 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 | runtime/vm/debugger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/debugger.h
===================================================================
--- runtime/vm/debugger.h (revision 16663)
+++ runtime/vm/debugger.h (working copy)
@@ -126,6 +126,7 @@
uword sp() const { return sp_; }
const Function& DartFunction();
+ const Code& DartCode();
RawString* QualifiedFunctionName();
RawString* SourceUrl();
RawScript* SourceScript();
@@ -167,6 +168,7 @@
const Context& ctx_;
Function& function_;
+ Code& code_;
intptr_t token_pos_;
intptr_t pc_desc_index_;
intptr_t line_number_;
« no previous file with comments | « no previous file | runtime/vm/debugger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698