Bug 358355 - Binutils enhancement for cross-platform development
Summary: Binutils enhancement for cross-platform development
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 8.0   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 03:34 EDT by Xavier Raynaud CLA
Modified: 2020-09-04 15:25 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Raynaud CLA 2011-09-21 03:34:35 EDT
Build Identifier: 20110218-0911

Hi,

In the context of LinuxTools project (http://www.eclipse.org/linuxtools/), I've developed 2 plugins to visualize gprof and gcov results in eclipse.
These 2 plugins depends on binutils "addr2line", "c++filt", ...

There is a interesting particularity with these 2 plugins: it supports cross-platform binutils, thanks to an extension point (see http://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.git/tree/profiling/org.eclipse.linuxtools.binutils)

For example, thanks to this extension point, it's possible to use "my-esoteric-addr2line" instead of "addr2line" for a particular binary CPU type.

Do you think it can be interesting to push this extension point (or something similar) in CDT core ?

Reproducible: Always