Files
Tim Wiederhake 913aeadd9d 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.
2017-05-02 11:35:54 +02:00
..
2017-02-10 12:24:31 -07:00
2017-04-05 19:21:37 +01:00
2017-04-05 19:21:37 +01:00
2017-04-05 19:21:37 +01:00
2017-04-05 19:21:37 +01:00
2017-04-05 19:21:37 +01:00
2017-02-10 12:24:31 -07:00
2017-02-10 12:24:31 -07:00
2017-04-05 19:21:37 +01:00
2017-02-10 12:24:31 -07:00
2017-02-10 12:24:31 -07:00
2017-04-05 19:21:37 +01:00
2017-02-10 12:24:31 -07:00
2017-02-10 12:24:31 -07:00
2017-04-12 11:16:17 -06:00