public class DebugAddr2line extends Object
| Constructor and Description |
|---|
DebugAddr2line(Elf elf) |
DebugAddr2line(String file) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
int |
getEndLine(long address) |
String |
getFileName(long address) |
String |
getFunction(long address) |
int |
getStartLine(long address) |
static void |
main(String[] args) |
public DebugAddr2line(String file) throws IOException
IOExceptionpublic DebugAddr2line(Elf elf) throws IOException
IOExceptionpublic void dispose()
public int getStartLine(long address)
throws IOException
IOExceptionpublic int getEndLine(long address)
throws IOException
IOExceptionpublic String getFunction(long address) throws IOException
IOExceptionpublic String getFileName(long address) throws IOException
IOExceptionpublic static void main(String[] args)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.