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

Issue 2028001: Adds C++ API for retrieving a stack trace without running JavaScript... (Closed)

Created:
10 years, 7 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
Reviewers:
CC:
v8-dev
Visibility:
Public.

Description

Adds C++ API for retrieving a stack trace without running JavaScript This API is extensible, and parameterized with flags so that callers can specify what subset of information they want to capture for each stack frame. Patch by jaimeyap, see http://codereview.chromium.org/1694011 for details. Committed: http://code.google.com/p/v8/source/detail?r=4597

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+434 lines, -9 lines) Patch
M include/v8.h View 2 chunks +102 lines, -0 lines 0 comments Download
M include/v8-profiler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/api.h View 4 chunks +12 lines, -0 lines 0 comments Download
M src/api.cc View 4 chunks +115 lines, -3 lines 0 comments Download
M src/messages.js View 2 chunks +5 lines, -2 lines 0 comments Download
M src/top.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/top.cc View 3 chunks +86 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +109 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698