• Maria Jan Matejka's avatar
    Filter: Instruction codes named as enum · 5a14df39
    Maria Jan Matejka authored
    The two-letter instructions were quite messy but they could be easily
    read from memory dumps. Now GDB (since 2012) supports pretty printing
    enum values and GCC checks the switch construction for missing enum
    values so we are converting the nice two-byte values to enums.
    
    Anyway, the enum still keeps the old two-byte values to be able to read
    the instruction codes even without GDB from plain memory dump.
    5a14df39