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

Unified Diff: native_client_sdk/doc_generated/devguide/devcycle/debugging.html

Issue 323163004: [NaCl SDK] docs: Introduce .bc vs .pexe naming convention before using that in doc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | native_client_sdk/src/doc/devguide/devcycle/debugging.rst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/doc_generated/devguide/devcycle/debugging.html
diff --git a/native_client_sdk/doc_generated/devguide/devcycle/debugging.html b/native_client_sdk/doc_generated/devguide/devcycle/debugging.html
index ea0e1df28746d589df7c3cce52f98f3b61938471..6c15560fd39ec2680593d6ea5cb232bd5e4ad365 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
« no previous file with comments | « no previous file | native_client_sdk/src/doc/devguide/devcycle/debugging.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698