Files
sdk/runtime/bin
hausner@google.com ea84b80f47 Add class id to debugger stack trace
Add the class id of the origin class of each activation frame’s function.
Top-level functions have no class id. The wire protocol for an activation
frame now looks like this:

CallFrame =	“{“ functionName “:” String “,”
                    [ location “:” Location “,” ]
                    [ classId “:” Integer “,” ]
                    locals “:” NamedObjList “}“

R=devoncarew@google.com

Review URL: https://codereview.chromium.org//242453011

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35232 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-21 23:16:41 +00:00
..
2014-04-21 16:03:52 +00:00
2014-02-28 08:55:04 +00:00
2014-04-10 20:26:45 +00:00
2014-04-10 20:26:45 +00:00
2014-03-20 15:34:03 +00:00
2014-04-10 20:26:45 +00:00
2013-10-29 09:20:31 +00:00
2013-12-13 12:04:24 +00:00
2013-12-12 15:45:25 +00:00
2013-12-19 15:07:48 +00:00
2013-12-19 15:07:48 +00:00
2013-06-21 07:58:48 +00:00
2014-02-20 12:23:20 +00:00
2013-09-19 06:33:28 +00:00
2013-09-19 06:33:28 +00:00
2013-07-16 22:17:52 +00:00