The Chromium Projects
Search this site
Home
Chromium
Chromium OS
Quick links
Report bugs
Discuss
Sitemap
Other sites
Chromium Blog
Google Chrome Extensions
Google Chrome Frame
Except as otherwise
noted
, the content of this page is licensed under a
Creative Commons Attribution 2.5 license
, and examples are licensed under the
BSD License
.
Native Client
>
2: How Tos
>
ZZZ DEPRECATED: Debugging Documentation
This is a graveyard for old debugging documentation. We are currently in the process of substantially changing and improving debugger support for Native Client.
For debugging with GDB we have these alternatives:
Debugging x86-32 Native Client Modules with nacl-gdb
Debugging x86-64 Native Client Modules with nacl64-gdb
(
experimental
)
Limited debugging in x86 Native Client using regular (host) GDB
(both 32 bit and 64 bit)
GUI debugging x86-32 NaCl applications within chrome
(
experimental
, uses GDB internally. Note: you will need a 32 bit chrome to try this)
Remote Debugging With the Debug Stub
Debugging a trusted plugin on Mac
Debugging a trusted plugin on Windows
Subpages
(8):
32-bit debugging tricks
Debugging untrusted code with gdb on Windows
Debugging with nacl64-gdb
Debugging x86-32 Native Client Modules with nacl-gdb
Debugging x86-64 Native Client Modules on Linux with nacl64-gdb
Limited debugging in x86 Native Client using regular (host) GDB
Remote Debugging With the Debug Stub
Running the nacl-loader process under various debugging tools
Comments