OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <span class="target" id="sdk-examples-2"></span><section id="examples"> | 3 <span class="target" id="sdk-examples-2"></span><b><font color="#cc0000"> |
| 4 NOTE: |
| 5 Deprecation of the technologies described here has been announced |
| 6 for platforms other than ChromeOS.<br/> |
| 7 Please visit our |
| 8 <a href="/native-client/migration">migration guide</a> |
| 9 for details. |
| 10 </font></b> |
| 11 <hr/><section id="examples"> |
4 <h1 id="examples">Examples</h1> | 12 <h1 id="examples">Examples</h1> |
5 <p>Every Native Client SDK bundle comes with a folder of example applications. | 13 <p>Every Native Client SDK bundle comes with a folder of example applications. |
6 Each example demonstrates one or two key Native Client programming concepts. | 14 Each example demonstrates one or two key Native Client programming concepts. |
7 After you’ve <a class="reference internal" href="/native-client/sdk/downlo
ad.html"><em>downloaded the SDK</em></a>, follow the instructions | 15 After you’ve <a class="reference internal" href="/native-client/sdk/downlo
ad.html"><em>downloaded the SDK</em></a>, follow the instructions |
8 on this page to build and run the examples.</p> | 16 on this page to build and run the examples.</p> |
9 <p>Your version of Chrome must be equal to or greater than the version of your S
DK | 17 <p>Your version of Chrome must be equal to or greater than the version of your S
DK |
10 bundle. For example, if you’re developing with the <code>pepper_35</code>
bundle, you | 18 bundle. For example, if you’re developing with the <code>pepper_35</code>
bundle, you |
11 must use Google Chrome version 35 or greater. To find out what version of Chrome | 19 must use Google Chrome version 35 or greater. To find out what version of Chrome |
12 you’re using, type <code>about:chrome</code> or <code>about:version</code>
in the Chrome address | 20 you’re using, type <code>about:chrome</code> or <code>about:version</code>
in the Chrome address |
13 bar.</p> | 21 bar.</p> |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 0x000000000fa00080 in ?? () | 208 0x000000000fa00080 in ?? () |
201 </pre> | 209 </pre> |
202 <p>At this point, you can use the standard GDB commands to debug your NaCl modul
e. | 210 <p>At this point, you can use the standard GDB commands to debug your NaCl modul
e. |
203 The most common commands you will use to debug are <code>continue</code>, <code>
step</code>, | 211 The most common commands you will use to debug are <code>continue</code>, <code>
step</code>, |
204 <code>next</code>, <code>break</code> and <code>backtrace</code>. See | 212 <code>next</code>, <code>break</code> and <code>backtrace</code>. See |
205 <a class="reference internal" href="/native-client/devguide/devcycle/debugging.h
tml"><em>Debugging</em></a> for more information about | 213 <a class="reference internal" href="/native-client/devguide/devcycle/debugging.h
tml"><em>Debugging</em></a> for more information about |
206 debugging a Native Client application.</p> | 214 debugging a Native Client application.</p> |
207 </section> | 215 </section> |
208 | 216 |
209 {{/partials.standard_nacl_article}} | 217 {{/partials.standard_nacl_article}} |
OLD | NEW |