summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/doc_generated
diff options
context:
space:
mode:
authorjvoung@chromium.org <jvoung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-11 15:44:00 +0000
committerjvoung@chromium.org <jvoung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-11 15:44:00 +0000
commit7fa30317b0c91eefb47d70eb21da0c8748966b4a (patch)
tree91b0b119a8115d3429b518f7eb7cd0ab193313a3 /native_client_sdk/doc_generated
parentca0c2eb4965ca8d76f6ee55ea6e69aa83eba560f (diff)
downloadchromium_src-7fa30317b0c91eefb47d70eb21da0c8748966b4a.zip
chromium_src-7fa30317b0c91eefb47d70eb21da0c8748966b4a.tar.gz
chromium_src-7fa30317b0c91eefb47d70eb21da0c8748966b4a.tar.bz2
[NaCl SDK] docs: Introduce .bc vs .pexe naming convention before using that in doc.
BUG=none NOTRY=true Review URL: https://codereview.chromium.org/323163004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276413 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/doc_generated')
-rw-r--r--native_client_sdk/doc_generated/devguide/devcycle/debugging.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/native_client_sdk/doc_generated/devguide/devcycle/debugging.html b/native_client_sdk/doc_generated/devguide/devcycle/debugging.html
index ea0e1df..6c15560 100644
--- a/native_client_sdk/doc_generated/devguide/devcycle/debugging.html
+++ b/native_client_sdk/doc_generated/devguide/devcycle/debugging.html
@@ -216,7 +216,10 @@ and <code>glibc</code> toolchains both contain the same version of GDB.</p>
toolchain, you must have a copy of the pexe from <strong>before</strong> running
<code>pnacl-finalize</code>. The <code>pnacl-finalize</code> tool converts LLVM bitcode
to the stable PNaCl bitcode format, but it also strips out debug
-metadata, which we need for debugging.</p>
+metadata, which we need for debugging. In this section we&#8217;ll give the
+LLVM bitcode file a <code>.bc</code> file extension, and the PNaCl bitcode file
+a <code>.pexe</code> file extension. The actual extension should not matter, but
+it helps distinguish between the two types of files.</p>
<p><strong>Note</strong> unlike the finalized copy of the pexe, the non-finalized debug copy
is not considered stable. This means that a debug copy of the PNaCl
application created by a Pepper N SDK is only guaranteed to run