[PATCH v4 03/10] btrace: Enable auxiliary instructions in record function-call-history.
Eli Zaretskii
eliz@gnu.org
Fri May 6 11:48:42 GMT 2022
> Date: Fri, 6 May 2022 13:40:03 +0200
> From: Felix Willgerodt via Gdb-patches <gdb-patches@sourceware.org>
>
> Print the auxiliary data when a btrace_insn of type BTRACE_INSN_AUX
> is encountered in the function-call-history. Printing is
> active by default, it can be silenced with the /a modifier.
>
> This patch is in preparation for the new ptwrite feature, which is based on
> auxiliary instructions.
> ---
> gdb/btrace.h | 6 +++++-
> gdb/doc/gdb.texinfo | 5 +++--
> gdb/record-btrace.c | 21 +++++++++++++++++++++
> gdb/record.c | 5 +++++
> gdb/record.h | 5 ++++-
> 5 files changed, 38 insertions(+), 4 deletions(-)
Thanks, the documentation changes are OK.
More information about the Gdb-patches
mailing list