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

Issue 13845014: Fix cctest/test-cpu-profiler/CollectCpuProfile test on Arm and MIPS simulators (Closed)

Created:
7 years, 8 months ago by yurys
Modified:
7 years, 8 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Fix cctest/test-cpu-profiler/CollectCpuProfile test on Arm and MIPS simulators Signal handler on simulator now retrieve registers from the simulator not from the host machine. BUG=v8:2621 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=14235

Patch Set 1 #

Total comments: 3

Patch Set 2 : Added simulator support on Mac OS X #

Patch Set 3 : Long line fix #

Patch Set 4 : Added simulator support to other platforms #

Total comments: 2

Patch Set 5 : Use saved thread_id to retrieve PerIsolateThreadData on *nix platforms as well #

Patch Set 6 : Updared OpenBSD #

Unified diffs Side-by-side diffs Delta from patch set Stats (+258 lines, -54 lines) Patch
M src/isolate.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/platform-cygwin.cc View 1 2 3 6 chunks +33 lines, -5 lines 0 comments Download
M src/platform-freebsd.cc View 1 2 3 4 5 chunks +31 lines, -2 lines 0 comments Download
M src/platform-linux.cc View 1 2 3 4 4 chunks +40 lines, -11 lines 0 comments Download
M src/platform-macos.cc View 1 2 3 5 chunks +29 lines, -1 line 0 comments Download
M src/platform-openbsd.cc View 1 2 3 4 5 5 chunks +41 lines, -11 lines 0 comments Download
M src/platform-solaris.cc View 1 2 3 4 3 chunks +41 lines, -10 lines 0 comments Download
M src/platform-win32.cc View 1 2 3 6 chunks +33 lines, -5 lines 0 comments Download
M test/cctest/cctest.status View 1 2 chunks +0 lines, -9 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
yurys
7 years, 8 months ago (2013-04-11 09:21:20 UTC) #1
Sven Panne
Just a few drive by comments. I think we should consistently add the changes in ...
7 years, 8 months ago (2013-04-11 09:58:02 UTC) #2
Jakob Kummerow
LGTM when Sven's comments are addressed.
7 years, 8 months ago (2013-04-11 10:01:33 UTC) #3
yurys
Added support for simulator on other platforms. As discussed off the issue I left #if ...
7 years, 8 months ago (2013-04-11 13:00:10 UTC) #4
Jakob Kummerow
lgtm
7 years, 8 months ago (2013-04-11 13:07:07 UTC) #5
Sven Panne
Still one nit... https://codereview.chromium.org/13845014/diff/10001/src/platform-freebsd.cc File src/platform-freebsd.cc (right): https://codereview.chromium.org/13845014/diff/10001/src/platform-freebsd.cc#newcode721 src/platform-freebsd.cc:721: Isolate::PerIsolateThreadData* per_thread_data = Can we stash ...
7 years, 8 months ago (2013-04-11 13:11:18 UTC) #6
Sven Panne
LGTM when the PlatformData changes are done (as discussed offline)
7 years, 8 months ago (2013-04-11 13:25:30 UTC) #7
yurys
https://codereview.chromium.org/13845014/diff/10001/src/platform-freebsd.cc File src/platform-freebsd.cc (right): https://codereview.chromium.org/13845014/diff/10001/src/platform-freebsd.cc#newcode721 src/platform-freebsd.cc:721: Isolate::PerIsolateThreadData* per_thread_data = On 2013/04/11 13:11:18, Sven Panne wrote: ...
7 years, 8 months ago (2013-04-11 14:16:05 UTC) #8
yurys
7 years, 8 months ago (2013-04-11 14:22:25 UTC) #9
Message was sent while issue was closed.
Committed patchset #6 manually as r14235.

Powered by Google App Engine
This is Rietveld 408576698