Package ghidra.test.processors.support
Class PCodeTestGroup
java.lang.Object
ghidra.test.processors.support.PCodeTestGroup
- All Implemented Interfaces:
Comparable<PCodeTestGroup>
PCodeTestGroup
identifies a test group function and its corresponding
PCodeTestGroupControlBlock.-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
All test-group function names defined within the test binary must start with "main_"final Address
static final String
final PCodeTestControlBlock
final String
-
Method Summary
-
Field Details
-
FUNCTION_NAME_PREFIX
All test-group function names defined within the test binary must start with "main_"- See Also:
-
IGNORED_TAG
- See Also:
-
testGroupName
-
functionEntryPtr
-
mainTestControlBlock
-
controlBlock
-
-
Method Details
-
toString
-
getTestFailures
- Returns:
- list of recorded emulation test failures
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<PCodeTestGroup>
-