Mudflap is the name of the runtime pointer checking capability included in the GNU C/C++
compiler (GCC) that adds runtime error checking for pointers. In the IDE, Mudflap visualization
includes the following features:
- A QNX launch tool that enables you to parse Mudflap errors, where the errors displayed
similar to that of the Memory Analysis Tool. For example, during the Mudflap launch, the IDE
creates a Mudflap session, and you can select an error to view the errors from a list.
- Includes a build integration that let's you select Mudlflap as one of build variants/build
options (see Configuring Mudflap to find errors.)
For information about using Mudflap in the IDE, see Using Mudflap.
For more information about Mudflap, see http://gcc-uk.internet.bs/summit/2003/mudflap.pdf.