Class DWARFLocation
- java.lang.Object
-
- ghidra.app.util.bin.format.dwarf4.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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getLocation()DWARFRangegetRange()
-
-
-
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 locationlocation- byte array holding location expression
-
-
Method Detail
-
getRange
public DWARFRange getRange()
-
getLocation
public byte[] getLocation()
-
-