Ghidra API changes: 10.1.3_PUBLIC → 10.1.4_PUBLIC

2 types modified

Modified Types 2
class ghidra.app.util.cparser.C.CParser 1 change history
addedmethod: StaticAssert
void StaticAssert() throws ParseException
class ghidra.app.util.cparser.C.CParserConstants 57 changes history
addedfield: STATICASSERT
static int STATICASSERT
modifiedfield: CHAR constant: 64 → 65
- static int CHAR
+ static int CHAR
modifiedfield: LETTER constant: 77 → 78
- static int LETTER
+ static int LETTER
modifiedfield: LINE constant: 74 → 75
- static int LINE
+ static int LINE
modifiedfield: CASE constant: 51 → 52
- static int CASE
+ static int CASE
modifiedfield: ENUM constant: 61 → 62
- static int ENUM
+ static int ENUM
modifiedfield: OBJC_LETTER constant: 118 → 119
- static int OBJC_LETTER
+ static int OBJC_LETTER
modifiedfield: PLETTER constant: 99 → 100
- static int PLETTER
+ static int PLETTER
modifiedfield: PHASH constant: 103 → 104
- static int PHASH
+ static int PHASH
modifiedfield: W64 constant: 59 → 60
- static int W64
+ static int W64
modifiedfield: LINEALT constant: 75 → 76
- static int LINEALT
+ static int LINEALT
modifiedfield: PCLOSE constant: 102 → 103
- static int PCLOSE
+ static int PCLOSE
modifiedfield: INT16 constant: 54 → 55
- static int INT16
+ static int INT16
modifiedfield: PCOMMA constant: 105 → 106
- static int PCOMMA
+ static int PCOMMA
modifiedfield: ASMBLOCKP constant: 82 → 83
- static int ASMBLOCKP
+ static int ASMBLOCKP
modifiedfield: PHEX_LITERAL constant: 108 → 109
- static int PHEX_LITERAL
+ static int PHEX_LITERAL
modifiedfield: OBJC2_END constant: 132 → 133
- static int OBJC2_END
+ static int OBJC2_END
modifiedfield: IF constant: 70 → 71
- static int IF
+ static int IF
modifiedfield: INT64 constant: 56 → 57
- static int INT64
+ static int INT64
modifiedfield: LONG constant: 52 → 53
- static int LONG
+ static int LONG
modifiedfield: ASM_SEMI constant: 83 → 84
- static int ASM_SEMI
+ static int ASM_SEMI
modifiedfield: PTR64 constant: 57 → 58
- static int PTR64
+ static int PTR64
modifiedfield: WCHAR constant: 60 → 61
- static int WCHAR
+ static int WCHAR
modifiedfield: PINTEGER_LITERAL constant: 106 → 107
- static int PINTEGER_LITERAL
+ static int PINTEGER_LITERAL
modifiedfield: OBJC_IDENTIFIER constant: 117 → 118
- static int OBJC_IDENTIFIER
+ static int OBJC_IDENTIFIER
modifiedfield: IDENTIFIER constant: 76 → 77
- static int IDENTIFIER
+ static int IDENTIFIER
modifiedfield: GOTO constant: 65 → 66
- static int GOTO
+ static int GOTO
modifiedfield: ELSE constant: 50 → 51
- static int ELSE
+ static int ELSE
modifiedfield: AUTO constant: 62 → 63
- static int AUTO
+ static int AUTO
modifiedfield: PIDENTIFIER constant: 98 → 99
- static int PIDENTIFIER
+ static int PIDENTIFIER
modifiedfield: OBJC_SEMI constant: 120 → 121
- static int OBJC_SEMI
+ static int OBJC_SEMI
modifiedfield: OBJC_DIGIT constant: 119 → 120
- static int OBJC_DIGIT
+ static int OBJC_DIGIT
modifiedfield: DIGIT constant: 78 → 79
- static int DIGIT
+ static int DIGIT
modifiedfield: OBJC2_IGNORE constant: 131 → 132
- static int OBJC2_IGNORE
+ static int OBJC2_IGNORE
modifiedfield: PCOLON constant: 104 → 105
- static int PCOLON
+ static int PCOLON
modifiedfield: POPEN constant: 101 → 102
- static int POPEN
+ static int POPEN
modifiedfield: POCTAL_LITERAL constant: 109 → 110
- static int POCTAL_LITERAL
+ static int POCTAL_LITERAL
modifiedfield: NEAR constant: 66 → 67
- static int NEAR
+ static int NEAR
modifiedfield: INT32 constant: 55 → 56
- static int INT32
+ static int INT32
modifiedfield: FAR constant: 67 → 68
- static int FAR
+ static int FAR
modifiedfield: VOID constant: 63 → 64
- static int VOID
+ static int VOID
modifiedfield: DO constant: 71 → 72
- static int DO
+ static int DO
modifiedfield: PROTOCOL constant: 72 → 73
- static int PROTOCOL
+ static int PROTOCOL
modifiedfield: INT constant: 69 → 70
- static int INT
+ static int INT
modifiedfield: PSTRING_LITERAL constant: 110 → 111
- static int PSTRING_LITERAL
+ static int PSTRING_LITERAL
modifiedfield: PDIGIT constant: 100 → 101
- static int PDIGIT
+ static int PDIGIT
modifiedfield: INT8 constant: 53 → 54
- static int INT8
+ static int INT8
modifiedfield: LINENUMBER_LITERAL constant: 89 → 90
- static int LINENUMBER_LITERAL
+ static int LINENUMBER_LITERAL
modifiedfield: ASMBLOCKB constant: 81 → 82
- static int ASMBLOCKB
+ static int ASMBLOCKB
modifiedfield: PTR32 constant: 58 → 59
- static int PTR32
+ static int PTR32
modifiedfield: PATH_LITERAL constant: 88 → 89
- static int PATH_LITERAL
+ static int PATH_LITERAL
modifiedfield: FOR constant: 68 → 69
- static int FOR
+ static int FOR
modifiedfield: OBJC_IGNORE constant: 116 → 117
- static int OBJC_IGNORE
+ static int OBJC_IGNORE
modifiedfield: PDECIMAL_LITERAL constant: 107 → 108
- static int PDECIMAL_LITERAL
+ static int PDECIMAL_LITERAL
modifiedfield: FLOAT constant: 48 → 49
- static int FLOAT
+ static int FLOAT
modifiedfield: INTERFACE constant: 73 → 74
- static int INTERFACE
+ static int INTERFACE
modifiedfield: SHORT constant: 49 → 50
- static int SHORT
+ static int SHORT
ghidra.app.util.cparser 2 modified
class ghidra.app.util.cparser.C.CParser 1 change history
addedmethod: StaticAssert
void StaticAssert() throws ParseException
class ghidra.app.util.cparser.C.CParserConstants 57 changes history
addedfield: STATICASSERT
static int STATICASSERT
modifiedfield: CHAR constant: 64 → 65
- static int CHAR
+ static int CHAR
modifiedfield: LETTER constant: 77 → 78
- static int LETTER
+ static int LETTER
modifiedfield: LINE constant: 74 → 75
- static int LINE
+ static int LINE
modifiedfield: CASE constant: 51 → 52
- static int CASE
+ static int CASE
modifiedfield: ENUM constant: 61 → 62
- static int ENUM
+ static int ENUM
modifiedfield: OBJC_LETTER constant: 118 → 119
- static int OBJC_LETTER
+ static int OBJC_LETTER
modifiedfield: PLETTER constant: 99 → 100
- static int PLETTER
+ static int PLETTER
modifiedfield: PHASH constant: 103 → 104
- static int PHASH
+ static int PHASH
modifiedfield: W64 constant: 59 → 60
- static int W64
+ static int W64
modifiedfield: LINEALT constant: 75 → 76
- static int LINEALT
+ static int LINEALT
modifiedfield: PCLOSE constant: 102 → 103
- static int PCLOSE
+ static int PCLOSE
modifiedfield: INT16 constant: 54 → 55
- static int INT16
+ static int INT16
modifiedfield: PCOMMA constant: 105 → 106
- static int PCOMMA
+ static int PCOMMA
modifiedfield: ASMBLOCKP constant: 82 → 83
- static int ASMBLOCKP
+ static int ASMBLOCKP
modifiedfield: PHEX_LITERAL constant: 108 → 109
- static int PHEX_LITERAL
+ static int PHEX_LITERAL
modifiedfield: OBJC2_END constant: 132 → 133
- static int OBJC2_END
+ static int OBJC2_END
modifiedfield: IF constant: 70 → 71
- static int IF
+ static int IF
modifiedfield: INT64 constant: 56 → 57
- static int INT64
+ static int INT64
modifiedfield: LONG constant: 52 → 53
- static int LONG
+ static int LONG
modifiedfield: ASM_SEMI constant: 83 → 84
- static int ASM_SEMI
+ static int ASM_SEMI
modifiedfield: PTR64 constant: 57 → 58
- static int PTR64
+ static int PTR64
modifiedfield: WCHAR constant: 60 → 61
- static int WCHAR
+ static int WCHAR
modifiedfield: PINTEGER_LITERAL constant: 106 → 107
- static int PINTEGER_LITERAL
+ static int PINTEGER_LITERAL
modifiedfield: OBJC_IDENTIFIER constant: 117 → 118
- static int OBJC_IDENTIFIER
+ static int OBJC_IDENTIFIER
modifiedfield: IDENTIFIER constant: 76 → 77
- static int IDENTIFIER
+ static int IDENTIFIER
modifiedfield: GOTO constant: 65 → 66
- static int GOTO
+ static int GOTO
modifiedfield: ELSE constant: 50 → 51
- static int ELSE
+ static int ELSE
modifiedfield: AUTO constant: 62 → 63
- static int AUTO
+ static int AUTO
modifiedfield: PIDENTIFIER constant: 98 → 99
- static int PIDENTIFIER
+ static int PIDENTIFIER
modifiedfield: OBJC_SEMI constant: 120 → 121
- static int OBJC_SEMI
+ static int OBJC_SEMI
modifiedfield: OBJC_DIGIT constant: 119 → 120
- static int OBJC_DIGIT
+ static int OBJC_DIGIT
modifiedfield: DIGIT constant: 78 → 79
- static int DIGIT
+ static int DIGIT
modifiedfield: OBJC2_IGNORE constant: 131 → 132
- static int OBJC2_IGNORE
+ static int OBJC2_IGNORE
modifiedfield: PCOLON constant: 104 → 105
- static int PCOLON
+ static int PCOLON
modifiedfield: POPEN constant: 101 → 102
- static int POPEN
+ static int POPEN
modifiedfield: POCTAL_LITERAL constant: 109 → 110
- static int POCTAL_LITERAL
+ static int POCTAL_LITERAL
modifiedfield: NEAR constant: 66 → 67
- static int NEAR
+ static int NEAR
modifiedfield: INT32 constant: 55 → 56
- static int INT32
+ static int INT32
modifiedfield: FAR constant: 67 → 68
- static int FAR
+ static int FAR
modifiedfield: VOID constant: 63 → 64
- static int VOID
+ static int VOID
modifiedfield: DO constant: 71 → 72
- static int DO
+ static int DO
modifiedfield: PROTOCOL constant: 72 → 73
- static int PROTOCOL
+ static int PROTOCOL
modifiedfield: INT constant: 69 → 70
- static int INT
+ static int INT
modifiedfield: PSTRING_LITERAL constant: 110 → 111
- static int PSTRING_LITERAL
+ static int PSTRING_LITERAL
modifiedfield: PDIGIT constant: 100 → 101
- static int PDIGIT
+ static int PDIGIT
modifiedfield: INT8 constant: 53 → 54
- static int INT8
+ static int INT8
modifiedfield: LINENUMBER_LITERAL constant: 89 → 90
- static int LINENUMBER_LITERAL
+ static int LINENUMBER_LITERAL
modifiedfield: ASMBLOCKB constant: 81 → 82
- static int ASMBLOCKB
+ static int ASMBLOCKB
modifiedfield: PTR32 constant: 58 → 59
- static int PTR32
+ static int PTR32
modifiedfield: PATH_LITERAL constant: 88 → 89
- static int PATH_LITERAL
+ static int PATH_LITERAL
modifiedfield: FOR constant: 68 → 69
- static int FOR
+ static int FOR
modifiedfield: OBJC_IGNORE constant: 116 → 117
- static int OBJC_IGNORE
+ static int OBJC_IGNORE
modifiedfield: PDECIMAL_LITERAL constant: 107 → 108
- static int PDECIMAL_LITERAL
+ static int PDECIMAL_LITERAL
modifiedfield: FLOAT constant: 48 → 49
- static int FLOAT
+ static int FLOAT
modifiedfield: INTERFACE constant: 73 → 74
- static int INTERFACE
+ static int INTERFACE
modifiedfield: SHORT constant: 49 → 50
- static int SHORT
+ static int SHORT