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
IOException
public DebugAddr2line(Elf elf) throws IOException
IOException
public void dispose()
public int getStartLine(long address) throws IOException
IOException
public int getEndLine(long address) throws IOException
IOException
public String getFunction(long address) throws IOException
IOException
public String getFileName(long address) throws IOException
IOException
public static void main(String[] args)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.