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 #
Messages
Total messages: 4 (0 generated)
|