Interface CieSource
- All Known Implementing Classes:
DebugFrameSection
,EhFrameSection
public interface CieSource
Provides GCC exception handling model classes the means to obtain a Common Information Entry
(CIE) object for a given address.
-
Method Summary
-
Method Details
-
getCie
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
-