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

Issue 22766003: [NaCl SDK] Fix PNACL for debugging. (Closed)

Created:
7 years, 4 months ago by noelallen1
Modified:
7 years, 4 months ago
Reviewers:
Sam Clegg
CC:
chromium-reviews, binji, Sam Clegg
Visibility:
Public.

Description

[NaCl SDK] Fix PNACL for debugging. make TOOLCHAIN=pnacl DEBUG is broken. This CL redirects all nacl-gdb calls to the gdb in newlib. For DEBUG builds, the EXECUTABLES=*.nexe For RELESE builds, the EXECUTABLES=*.pexe This creates a dependency on the *.bc -> *.nexe translation and feeds the output the the NMF generator, making the debugging case essitial the same as newlib. For RELEASE configs, we build a finalized .pexe and load that. common.js now only use application-pnacl for release versions. BUG=270745 R=sbc@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216888

Patch Set 1 #

Total comments: 7

Patch Set 2 : Merge #

Patch Set 3 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -7 lines) Patch
M native_client_sdk/src/examples/common.js View 1 chunk +1 line, -1 line 0 comments Download
M native_client_sdk/src/tools/common.mk View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M native_client_sdk/src/tools/nacl_llvm.mk View 1 2 6 chunks +24 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
noelallen1
ptal
7 years, 4 months ago (2013-08-09 23:34:01 UTC) #1
Sam Clegg
lgtm https://codereview.chromium.org/22766003/diff/1/native_client_sdk/src/tools/common.mk File native_client_sdk/src/tools/common.mk (right): https://codereview.chromium.org/22766003/diff/1/native_client_sdk/src/tools/common.mk#newcode480 native_client_sdk/src/tools/common.mk:480: # name gdb for everyone ?!?!? /name/same/. Perhaps ...
7 years, 4 months ago (2013-08-10 00:54:01 UTC) #2
noelallen1
https://codereview.chromium.org/22766003/diff/1/native_client_sdk/src/tools/common.mk File native_client_sdk/src/tools/common.mk (right): https://codereview.chromium.org/22766003/diff/1/native_client_sdk/src/tools/common.mk#newcode480 native_client_sdk/src/tools/common.mk:480: # name gdb for everyone ?!?!? On 2013/08/10 00:54:01, ...
7 years, 4 months ago (2013-08-10 19:08:49 UTC) #3
noelallen1
7 years, 4 months ago (2013-08-10 22:59:42 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r216888.

Powered by Google App Engine
This is Rietveld 408576698