[PATCH v11 02/10] btrace: Enable auxiliary instructions in record instruction-history.

Eli Zaretskii eliz@gnu.org
Thu Jul 25 10:56:41 GMT 2024


> From: Felix Willgerodt <felix.willgerodt@intel.com>
> Date: Thu, 25 Jul 2024 11:09:29 +0200
> 
> Print the auxiliary data when a btrace_insn of type BTRACE_INSN_AUX
> is encountered in the instruction-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.
> 
> Reviewed-By: Eli Zaretskii <eliz@gnu.org>
> ---
>  gdb/disasm-flags.h  |  1 +
>  gdb/doc/gdb.texinfo |  3 +++
>  gdb/record-btrace.c | 16 ++++++++++++++++
>  gdb/record.c        |  5 +++++
>  4 files changed, 25 insertions(+)

The gdb.texinfo part is okay, thanks.

Reviewed-By: Eli Zaretskii <eliz@gnu.org>


More information about the Gdb-patches mailing list