Class DebugAddr2line
- java.lang.Object
-
- org.eclipse.cdt.utils.debug.tools.DebugAddr2line
-
public class DebugAddr2line extends Object
StabsAddr2ine
-
-
Constructor Summary
Constructors Constructor Description DebugAddr2line(String file)DebugAddr2line(Elf elf)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()intgetEndLine(long address)StringgetFileName(long address)StringgetFunction(long address)intgetStartLine(long address)static voidmain(String[] args)
-
-
-
Constructor Detail
-
DebugAddr2line
public DebugAddr2line(String file) throws IOException
- Throws:
IOException
-
DebugAddr2line
public DebugAddr2line(Elf elf) throws IOException
- Throws:
IOException
-
-
Method Detail
-
dispose
public void dispose()
-
getStartLine
public int getStartLine(long address) throws IOException- Throws:
IOException
-
getEndLine
public int getEndLine(long address) throws IOException- Throws:
IOException
-
getFunction
public String getFunction(long address) throws IOException
- Throws:
IOException
-
getFileName
public String getFileName(long address) throws IOException
- Throws:
IOException
-
main
public static void main(String[] args)
-
-