Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Linux Tools Project » Mangled C++ names are printed in the coverage summary report
Mangled C++ names are printed in the coverage summary report [message #1001708] Thu, 17 January 2013 03:57 Go to previous message
Tamas Kleiber is currently offline Tamas Kleiber
Messages: 18
Registered: December 2010
Junior Member
Hello,

I am on Windows platform working with Win32/PE executables. Eclipse's built in x86/le parser can demangle the C++ function names. But I noticed that the GCov Integration plug-in produces mangled names in it's summary report view.

Take the following example:

/* function prototype */
void VER_updateVersionInfoField(VER_infoFieldTypes_t field, uint8_t srcAddress[]);

/* demangled name by eclipse's x86/le binary parser */
VER_updateVersionInfoField(VER_infoFieldTypes_t, uint8_t[]) : void

/* mangled name visible in GCov Integration plug-in's summary report */
_ZN12_GLOBAL__N_126VER_updateVersionInfoFieldENS_16VER_infoFields_eEPh


Would it be possible to get demangled names in the summary report?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic:GCov integration plug-in only accepts executable files from loaded project folders
Next Topic:Autotools and Windows and Cygwin Post 0.8
Goto Forum:
  


Current Time: Tue May 21 18:08:38 EDT 2013

Powered by FUDForum. Page generated in 0.01640 seconds