From 913aeadd9d6b8bdea5131b16dc7ede395097656d Mon Sep 17 00:00:00 2001 From: Tim Wiederhake Date: Tue, 2 May 2017 11:35:54 +0200 Subject: 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/doc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/doc/ChangeLog') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c13418a..202fbe3 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,11 @@ 2017-05-01 Tim Wiederhake + * python.texi (Recording in Python): Add documentation for + gdb.RecordGap and remove documentation of special cases for + gdb.BtraceInstruction. + +2017-05-01 Tim Wiederhake + * python.texi (Recording in Python): Remove Record.ptid defvar. 2017-04-21 Simon Marchi -- cgit v1.1