Class Stabs
- java.lang.Object
-
- org.eclipse.cdt.utils.debug.stabs.Stabs
-
public class Stabs extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
parse(IDebugEntryRequestor requestor)
-
-
-
Constructor Detail
-
Stabs
public Stabs(String file) throws IOException
- Throws:
IOException
-
Stabs
public Stabs(Elf exe) throws IOException
- Throws:
IOException
-
Stabs
public Stabs(byte[] stab, byte[] stabstr, boolean le)
-
-
Method Detail
-
parse
public void parse(IDebugEntryRequestor requestor)
-
main
public static void main(String[] args)
-
-