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

Issue 11093046: Enable compilation of GDBJIT interface on Linux. (Closed)

Created:
8 years, 2 months ago by Michael Starzinger
Modified:
8 years, 2 months ago
Reviewers:
caseq1, Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Enable compilation of GDBJIT interface on Linux. R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=12685

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M build/common.gypi View 1 chunk +1 line, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Michael Starzinger
8 years, 2 months ago (2012-10-10 10:49:10 UTC) #1
Jakob Kummerow
LGTM. I'd be even happier if there was a way to force-disable GDBJIT even in ...
8 years, 2 months ago (2012-10-10 10:58:24 UTC) #2
caseq1
https://codereview.chromium.org/11093046/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/11093046/diff/1/build/common.gypi#newcode354 build/common.gypi:354: 'defines': ['ENABLE_GDB_JIT_INTERFACE',], This broke debugging of chrome, at least ...
8 years, 2 months ago (2012-10-15 17:55:19 UTC) #3
Michael Starzinger
8 years, 2 months ago (2012-10-16 08:19:13 UTC) #4
https://codereview.chromium.org/11093046/diff/1/build/common.gypi
File build/common.gypi (right):

https://codereview.chromium.org/11093046/diff/1/build/common.gypi#newcode354
build/common.gypi:354: 'defines': ['ENABLE_GDB_JIT_INTERFACE',],
I'll fix that and make sure that the GDBJIT support can be turned off with a GYP
flag as you suggested.

Powered by Google App Engine
This is Rietveld 408576698