Package org.eclipse.cdt.utils
Class Addr2line
java.lang.Object
org.eclipse.cdt.utils.Addr2line
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
getFileName
(IAddress address) The format of the output: addr2line -C -f -e hello 08048442 main hello.c:39getFunction
(IAddress address) int
getLineNumber
(IAddress address) The format of the output: addr2line -C -f -e hello 08048442 main hello.c:39protected void
protected void
-
Constructor Details
-
Addr2line
- Throws:
IOException
- Since:
- 8.2
-
Addr2line
- Throws:
IOException
-
Addr2line
- Throws:
IOException
-
Addr2line
- Throws:
IOException
-
-
Method Details
-
init
- Throws:
IOException
-
getOutput
- Throws:
IOException
-
getLine
- Throws:
IOException
-
getFunction
- Throws:
IOException
-
getFileName
The format of the output: addr2line -C -f -e hello 08048442 main hello.c:39- Throws:
IOException
-
getLineNumber
The format of the output: addr2line -C -f -e hello 08048442 main hello.c:39- Throws:
IOException
-
dispose
public void dispose()
-