[PATCH v6 06/10] python: Add clear() to gdb.Record.
Eli Zaretskii
eliz@gnu.org
Fri Sep 16 11:49:55 GMT 2022
> Date: Fri, 16 Sep 2022 13:36:42 +0200
> From: Felix Willgerodt via Gdb-patches <gdb-patches@sourceware.org>
>
> This function allows to clear the trace data from python, forcing to
> re-decode the trace for successive commands.
> ---
> gdb/doc/python.texi | 5 +++++
> gdb/python/py-record-btrace.c | 13 +++++++++++++
> gdb/python/py-record-btrace.h | 3 +++
> gdb/python/py-record.c | 16 ++++++++++++++++
> gdb/testsuite/gdb.python/py-record-btrace.exp | 6 +++++-
> 5 files changed, 42 insertions(+), 1 deletion(-)
Thanks, the python.texi part is OK.
More information about the Gdb-patches
mailing list