Class StabsReader
java.lang.Object
org.eclipse.cdt.utils.debug.stabs.StabsReader
- All Implemented Interfaces:
AutoCloseable
,ISymbolReader
-
Constructor Summary
ConstructorDescriptionStabsReader
(byte[] data, byte[] stabstr, boolean littleEndian) StabsReader
(byte[] data, byte[] stabstr, boolean littleEndian, boolean is64bit) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
String[]
String[]
getSourceFiles
(org.eclipse.core.runtime.IProgressMonitor monitor) Gets the source files from this symbol reader.
-
Constructor Details
-
StabsReader
public StabsReader(byte[] data, byte[] stabstr, boolean littleEndian) -
StabsReader
public StabsReader(byte[] data, byte[] stabstr, boolean littleEndian, boolean is64bit) - Since:
- 5.2
-
-
Method Details
-
getSourceFiles
- Specified by:
getSourceFiles
in interfaceISymbolReader
-
getSourceFiles
Description copied from interface:ISymbolReader
Gets the source files from this symbol reader.- Specified by:
getSourceFiles
in interfaceISymbolReader
- Parameters:
monitor
- a progress monitor since this may be a lengthly operation- Returns:
- an array of path names to the source files
- Since:
- 5.2
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceISymbolReader
-