summaryrefslogtreecommitdiff
path: root/gdb/python/py-instruction.c
AgeCommit message (Collapse)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
gdb/ChangeLog: Update copyright year range in all GDB files
2017-05-02Python: Introduce gdb.Instruction classTim Wiederhake
This adds a generic instruction class to Python and has gdb.RecordInstruction inherit from it.