Python: Introduce gdb.RecordGap 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)
commit913aeadd9d6b8bdea5131b16dc7ede395097656d
treee162888cebec7fc5d93893c493cf0424aa38bc66
parenta3be24ad59d683d1b08df28e093739743a7cf256
Python: Introduce gdb.RecordGap class

As discussed here: https://sourceware.org/ml/gdb-patches/2017-04/msg00157.html

A gap is not an instruction and it should not pretend to be one.
gdb.Record.instruction_history is now a list of gdb.RecordInstruction and
gdb.RecordGap objects.  This allows the user to deal with Gaps in the record
in a more sane way.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/python.texi
gdb/python/py-record-btrace.c
gdb/python/py-record.c
gdb/python/py-record.h
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-record-btrace.exp
This page took 0.025169 seconds and 4 git commands to generate.