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

Unified Diff: runtime/vm/debugger.h

Issue 8872049: First debugger API unit test (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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 | « runtime/include/dart_debugger_api.h ('k') | 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 2319)
+++ runtime/vm/debugger.h (working copy)
@@ -54,6 +54,7 @@
uword pc() const { return pc_; }
RawFunction* DartFunction();
+ RawString* QualifiedFunctionName();
RawString* SourceUrl();
RawScript* SourceScript();
intptr_t TokenIndex();
@@ -125,6 +126,9 @@
// Called from Runtime when a breakpoint in Dart code is reached.
void BreakpointCallback();
+ // Utility functions.
+ static const char* QualifiedFunctionName(const Function& func);
+
private:
void AddBreakpoint(Breakpoint* bpt);
« no previous file with comments | « runtime/include/dart_debugger_api.h ('k') | runtime/vm/debugger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698