public class StabsReader extends Object implements ISymbolReader
| Constructor and Description |
|---|
StabsReader(byte[] data,
byte[] stabstr,
boolean littleEndian) |
StabsReader(byte[] data,
byte[] stabstr,
boolean littleEndian,
boolean is64bit) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getSourceFiles() |
String[] |
getSourceFiles(org.eclipse.core.runtime.IProgressMonitor monitor)
Gets the source files from this symbol reader.
|
public StabsReader(byte[] data,
byte[] stabstr,
boolean littleEndian)
public StabsReader(byte[] data,
byte[] stabstr,
boolean littleEndian,
boolean is64bit)
public String[] getSourceFiles()
getSourceFiles in interface ISymbolReaderpublic String[] getSourceFiles(org.eclipse.core.runtime.IProgressMonitor monitor)
ISymbolReadergetSourceFiles in interface ISymbolReadermonitor - a progress monitor since this may be a lengthly operationCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.