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

Issue 6676037: ARM: Fix the debugger using wrong break stub for slot breaks... (Closed)

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

Description

ARM: Fix the debugger using wrong break stub for slot breaks On ARM the break at break slots wrongly used the break at return stub which assumes an object opinter in r0. At break slots there are no objects live in registers so a GC while at a break on a break stub could cause a crash as r0 was wrongly pushed on a internal frame to be handled by GC. Committed: http://code.google.com/p/v8/source/detail?r=7203

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/arm/debug-arm.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
9 years, 9 months ago (2011-03-16 12:41:49 UTC) #1
Karl Klose
9 years, 9 months ago (2011-03-16 12:44:19 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698