Interface CieSource
-
- All Known Implementing Classes:
DebugFrameSection,EhFrameSection
public interface CieSourceProvides GCC exception handling model classes the means to obtain a Common Information Entry (CIE) object for a given address.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CiegetCie(Address currAddress)For the provided address, return a Common Information Entry (CIE)
-
-
-
Method Detail
-
getCie
Cie getCie(Address currAddress) throws MemoryAccessException, ExceptionHandlerFrameException
For the provided address, return a Common Information Entry (CIE)- Parameters:
currAddress- the address with the CIE- Returns:
- the Cie at
currAddress - Throws:
MemoryAccessException- if memory for the CIE couldn't be readExceptionHandlerFrameException- if a problem was encountered
-
-