Class DWARFLocation


  • public class DWARFLocation
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DWARFLocation​(DWARFRange addressRange, byte[] location)
      Create a Location given an address range and location expression.
    • Constructor Detail

      • DWARFLocation

        public DWARFLocation​(DWARFRange addressRange,
                             byte[] location)
        Create a Location given an address range and location expression.
        Parameters:
        addressRange - memory range of this location
        location - byte array holding location expression
    • Method Detail

      • getLocation

        public byte[] getLocation()