Class DebugStateX86_64
java.lang.Object
ghidra.app.util.bin.format.macho.threadcommand.DebugStateX86_64
- All Implemented Interfaces:
StructConverter
-
Field Summary
Modifier and TypeFieldDescriptionlong
long
long
long
long
long
long
long
-
Method Summary
Modifier and TypeMethodDescriptionReturns a structure datatype representing the contents of the implementor of this interface.
-
Field Details
-
dr0
public long dr0 -
dr1
public long dr1 -
dr2
public long dr2 -
dr3
public long dr3 -
dr4
public long dr4 -
dr5
public long dr5 -
dr6
public long dr6 -
dr7
public long dr7
-
-
Method Details
-
toDataType
Description copied from interface:StructConverter
Returns a structure datatype representing the contents of the implementor of this interface.For example, given:
class A { int foo; double bar; }
The return value should be a structure data type with two data type components; an INT and a DOUBLE. The structure should contain field names and, if possible, field comments.
- Specified by:
toDataType
in interfaceStructConverter
- Returns:
- returns a structure datatype representing the implementor of this interface
- Throws:
DuplicateNameException
- when a datatype of the same name already existsIOException
- if an IO-related error occurs- See Also:
-