Files
sdk/runtime/vm
asiva@google.com 48418a75f7 Fix stack frame index numbers for full stack traces
It used to be:
#0      getCurrentStackTrace (file:///tmp/junk.dart:3:5)
#0      func1 (file:///tmp/junk.dart:10:29)
#1      func2 (file:///tmp/junk.dart:14:8)
#2      func3 (file:///tmp/junk.dart:18:8)
#3      func4 (file:///tmp/junk.dart:22:8)
#4      main (file:///tmp/junk.dart:26:8)
(Notice the two #0 frames on top).

Now it will print this as:
#0      getCurrentStackTrace (file:///tmp/junk.dart:3:5)
#1      func1 (file:///tmp/junk.dart:10:29)
#2      func2 (file:///tmp/junk.dart:14:8)
#3      func3 (file:///tmp/junk.dart:18:8)
#4      func4 (file:///tmp/junk.dart:22:8)
#5      main (file:///tmp/junk.dart:26:8)
Review URL: https://codereview.chromium.org//12381030

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19272 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-01 03:00:52 +00:00
..
2012-08-22 12:42:54 +00:00
2012-12-22 00:23:25 +00:00
2013-01-18 21:44:58 +00:00
2013-02-02 00:18:37 +00:00
2013-02-27 15:21:12 +00:00
2013-01-18 21:44:58 +00:00
2013-02-07 22:43:16 +00:00
2012-08-10 17:20:10 +00:00
2013-01-24 16:42:33 +00:00
2012-09-18 21:15:46 +00:00
2011-12-15 22:37:35 +00:00
2013-02-20 23:40:32 +00:00
2012-12-27 23:25:43 +00:00
2013-01-29 01:41:57 +00:00
2013-02-20 17:28:35 +00:00
2012-02-02 19:05:06 +00:00
2012-02-02 19:05:06 +00:00
2013-01-18 21:44:58 +00:00
2013-02-26 23:24:24 +00:00
2013-02-26 23:24:24 +00:00
2013-02-27 12:51:21 +00:00
2013-02-28 21:17:47 +00:00
2012-08-08 18:02:51 +00:00
2013-02-07 22:43:16 +00:00
2013-02-02 00:18:37 +00:00
2013-02-26 23:24:24 +00:00
2013-02-26 23:24:24 +00:00
2013-02-07 22:43:16 +00:00
2013-02-07 22:43:16 +00:00
2013-02-07 22:43:16 +00:00
2013-02-07 22:43:16 +00:00
2013-02-07 22:43:16 +00:00
2012-12-27 23:25:43 +00:00
2013-01-18 21:44:58 +00:00
2012-11-08 18:07:54 +00:00
2013-02-13 21:08:15 +00:00
2012-11-29 13:54:06 +00:00
2012-11-29 13:54:06 +00:00