This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 195687 - Support for mudflap gcc library.
Summary: Support for mudflap gcc library.
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-19 06:24 UTC by radoslaw.szambelan
Modified: 2016-07-06 14:38 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description radoslaw.szambelan 2011-02-19 06:24:28 UTC
Mudflap library helps debug and report various problems in c/c++ code.
http://gcc.gnu.org/wiki/Mudflap_Pointer_Debugging
It is much simpler than Sun Studio - it's build into gcc: parameter -fmudflap.

It would be great to have support for enabling/configuration and interpretation of results with linkage to the source.