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

Side by Side Diff: native_client_sdk/src/doc/sdk/examples.rst

Issue 2875303003: Add migration to WebAssembly information to PNaCl / NaCl docs. (Closed)
Patch Set: fix Created 3 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 unified diff | Download patch
OLDNEW
1 .. _sdk-examples-2: 1 .. _sdk-examples-2:
2 2
3 .. TODO: After default toolchain is changed to pnacl, recreate the make examples . 3 .. TODO: After default toolchain is changed to pnacl, recreate the make examples .
4 4
5 .. include:: /migration/deprecation.inc
6
5 Examples 7 Examples
6 ======== 8 ========
7 9
8 Every Native Client SDK bundle comes with a folder of example applications. 10 Every Native Client SDK bundle comes with a folder of example applications.
9 Each example demonstrates one or two key Native Client programming concepts. 11 Each example demonstrates one or two key Native Client programming concepts.
10 After you've :doc:`downloaded the SDK <download>`, follow the instructions 12 After you've :doc:`downloaded the SDK <download>`, follow the instructions
11 on this page to build and run the examples. 13 on this page to build and run the examples.
12 14
13 Your version of Chrome must be equal to or greater than the version of your SDK 15 Your version of Chrome must be equal to or greater than the version of your SDK
14 bundle. For example, if you're developing with the ``pepper_35`` bundle, you 16 bundle. For example, if you're developing with the ``pepper_35`` bundle, you
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 251
250 At this point, you can use the standard GDB commands to debug your NaCl module. 252 At this point, you can use the standard GDB commands to debug your NaCl module.
251 The most common commands you will use to debug are ``continue``, ``step``, 253 The most common commands you will use to debug are ``continue``, ``step``,
252 ``next``, ``break`` and ``backtrace``. See 254 ``next``, ``break`` and ``backtrace``. See
253 :doc:`Debugging <../devguide/devcycle/debugging>` for more information about 255 :doc:`Debugging <../devguide/devcycle/debugging>` for more information about
254 debugging a Native Client application. 256 debugging a Native Client application.
255 257
256 258
257 .. |menu-icon| image:: /images/menu-icon.png 259 .. |menu-icon| image:: /images/menu-icon.png
258 .. |gear-icon| image:: /images/gear-icon.png 260 .. |gear-icon| image:: /images/gear-icon.png
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/sdk/download.rst ('k') | native_client_sdk/src/doc/sdk/release-notes.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698