[PATCH v6 05/10] python: Introduce gdb.RecordAuxiliary class.

Eli Zaretskii eliz@gnu.org
Fri Sep 16 12:04:35 GMT 2022


> Date: Fri, 16 Sep 2022 13:36:41 +0200
> From: Felix Willgerodt via Gdb-patches <gdb-patches@sourceware.org>
> 
> Auxiliary instructions are no real instructions and get their own object
> class, similar to gaps. gdb.Record.instruction_history is now possibly a
> list of gdb.RecordInstruction, gdb.RecordGap or gdb.RecordAuxiliary
> objects.
> 
> This patch is in preparation for the new ptwrite feature, which is based on
> auxiliary instructions.
> ---
>  gdb/doc/python.texi           | 13 +++++++
>  gdb/python/py-record-btrace.c | 35 +++++++++++------
>  gdb/python/py-record.c        | 73 ++++++++++++++++++++++++++++++++++-
>  gdb/python/py-record.h        |  3 ++
>  4 files changed, 111 insertions(+), 13 deletions(-)

Thanks, the python.texi part is OK.


More information about the Gdb-patches mailing list