Package org.eclipse.cdt.utils
Class DefaultGnuToolFactory
java.lang.Object
org.eclipse.cdt.utils.DefaultGnuToolFactory
- All Implemented Interfaces:
IGnuToolFactory
- Direct Known Subclasses:
DefaultCygwinToolFactory
-
Field Summary
Fields inherited from interface org.eclipse.cdt.utils.IGnuToolFactory
GNU_TOOL_PREFIX_VARIABLE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAddr2line
(org.eclipse.core.runtime.IPath path) protected org.eclipse.core.runtime.IPath
protected org.eclipse.core.runtime.IPath
protected String[]
getNM
(org.eclipse.core.runtime.IPath path) protected String
protected org.eclipse.core.runtime.IPath
getObjdump
(org.eclipse.core.runtime.IPath path) protected String
protected org.eclipse.core.runtime.IPath
protected org.eclipse.core.runtime.IPath
protected String
-
Field Details
-
fExtension
-
-
Constructor Details
-
DefaultGnuToolFactory
-
-
Method Details
-
getAddr2line
- Specified by:
getAddr2line
in interfaceIGnuToolFactory
-
getCPPFilt
- Specified by:
getCPPFilt
in interfaceIGnuToolFactory
-
getObjdump
- Specified by:
getObjdump
in interfaceIGnuToolFactory
-
getNM
- Specified by:
getNM
in interfaceIGnuToolFactory
-
getAddr2linePath
protected org.eclipse.core.runtime.IPath getAddr2linePath() -
getObjdumpPath
protected org.eclipse.core.runtime.IPath getObjdumpPath() -
getObjdumpArgs
-
getCPPFiltPath
protected org.eclipse.core.runtime.IPath getCPPFiltPath() -
getStripPath
protected org.eclipse.core.runtime.IPath getStripPath() -
getNMPath
protected org.eclipse.core.runtime.IPath getNMPath() -
getNMArgs
-
getEnvironment
- Since:
- 8.2
-
getToolPrefix
- Since:
- 8.2
-