]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/Makefile.in
Python: Introduce gdb.Instruction class
authorTim Wiederhake <tim.wiederhake@intel.com>
Tue, 2 May 2017 09:35:54 +0000 (11:35 +0200)
committerTim Wiederhake <tim.wiederhake@intel.com>
Tue, 2 May 2017 09:35:54 +0000 (11:35 +0200)
commitd050f7d7f474c7e3ba26902a9cbb185910921a11
tree68ee8305e83ce6d0cfcf17b91454d98693e01ecd
parent14f819c8c5f7d080e5eea9256f0ec7453aac750e
Python: Introduce gdb.Instruction class

This adds a generic instruction class to Python and has gdb.RecordInstruction
inherit from it.
gdb/ChangeLog
gdb/Makefile.in
gdb/doc/ChangeLog
gdb/doc/python.texi
gdb/python/py-instruction.c [new file with mode: 0644]
gdb/python/py-instruction.h [new file with mode: 0644]
gdb/python/py-record.c
gdb/python/python-internal.h
gdb/python/python.c