From: Eli Zaretskii via Gdb-patches <gdb-patches@sourceware.org>
To: Luis Machado <luis.machado@linaro.org>
Cc: david.spickett@linaro.org, gdb-patches@sourceware.org,
catalin.marinas@arm.com
Subject: Re: [PATCH] [AArch64] MTE corefile support
Date: Wed, 19 May 2021 15:13:48 +0300 [thread overview]
Message-ID: <83y2caq5tv.fsf@gnu.org> (raw)
In-Reply-To: <20210518202047.3492211-1-luis.machado@linaro.org> (message from Luis Machado via Gdb-patches on Tue, 18 May 2021 17:20:47 -0300)
> Date: Tue, 18 May 2021 17:20:47 -0300
> From: Luis Machado via Gdb-patches <gdb-patches@sourceware.org>
> Cc: david.spickett@linaro.org, catalin.marinas@arm.com
>
> gdb/ChangeLog:
>
> YYYY-MM-DD Luis Machado <luis.machado@linaro.org>
>
> * aarch64-linux-tdep.c: Include elf/common.h.
> (MAX_TAGS_TO_TRANSFER): New constant.
> (aarch64_linux_create_memtag_notes_from_range): New function.
> (aarch64_linux_decode_memtag_note): Likewise.
> (aarch64_linux_init_abi): Register new core file hooks.
> * arch/aarch64-mte-linux.h (AARCH64_MTE_TAG_BIT_SIZE): New constant.
> (struct tag_dump_header): New struct.
> (struct tag_dump_mte): New struct.
> (MEMTAG_NOTE_HEADER_SIZE): New constant.
> * corelow.c (core_target) <supports_memory_tagging, fetch_memtags>: New
> method overrides.
> * gdbarch.c: Regenerate.
> * gdbarch.h: Likewise.
> * gdbarch.sh (create_memtag_notes_from_range): New hook.
> (decode_memtag_note): Likewise.
> * linux-tdep.c (linux_address_in_memtag_page): Renamed to...
> (linux_process_address_in_memtag_page): ... this.
> (linux_core_file_address_in_memtag_page): New function.
> (linux_address_in_memtag_page): Likewise.
> (linux_make_memtag_corefile_notes): Likewise.
> (linux_make_corefile_notes): Handle memory tag notes.
> * NEWS: Mention core file support for memory tagging.
>
> gdb/doc/ChangeLog:
>
> YYYY-MM-DD Luis Machado <luis.machado@linaro.org>
>
> * gdb.texinfo (AArch64 Memory Tagging Extension): Mention support
> for memory tagging in core files.
>
> gdb/testsuite/ChangeLog:
>
> YYYY-MM-DD Luis Machado <luis.machado@linaro.org>
>
> * gdb.arch/aarch64-mte-gcore.c: New file.
> * gdb.arch/aarch64-mte-gcore.exp: New file.
Thanks, the documentation parts are OK.
next prev parent reply other threads:[~2021-05-19 12:13 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-18 20:20 Luis Machado via Gdb-patches
2021-05-19 10:01 ` David Spickett via Gdb-patches
2021-05-19 11:11 ` Luis Machado via Gdb-patches
2021-05-19 12:13 ` Eli Zaretskii via Gdb-patches [this message]
2021-05-21 15:12 ` Alan Hayward via Gdb-patches
2021-05-21 15:30 ` Luis Machado via Gdb-patches
2021-05-21 17:20 ` John Baldwin
2021-05-24 13:41 ` Luis Machado via Gdb-patches
2021-05-24 8:07 ` Alan Hayward via Gdb-patches
2021-05-24 12:45 ` Luis Machado via Gdb-patches
2021-05-26 14:08 ` [PATCH,v2] " Luis Machado via Gdb-patches
2021-05-29 3:14 ` Simon Marchi via Gdb-patches
2021-05-31 14:12 ` Luis Machado via Gdb-patches
2021-05-31 14:49 ` Simon Marchi via Gdb-patches
2021-05-31 14:56 ` Luis Machado via Gdb-patches
2021-05-31 14:15 ` [PATCH,v3][AArch64] " Luis Machado via Gdb-patches
2021-05-31 16:44 ` [PATCH,v4][AArch64] " Luis Machado via Gdb-patches
2021-06-01 17:45 ` [PATCH,v5][AArch64] " Luis Machado via Gdb-patches
2021-06-15 14:10 ` [Ping][PATCH,v5][AArch64] " Luis Machado via Gdb-patches
2021-06-24 14:00 ` [PATCH,v5][AArch64] " Alan Hayward via Gdb-patches
2021-06-24 14:37 ` Luis Machado via Gdb-patches
2021-06-24 15:18 ` Alan Hayward via Gdb-patches
2021-07-01 13:50 ` [PING][PATCH,v5][AArch64] " Luis Machado via Gdb-patches
2021-07-11 14:22 ` Joel Brobecker
2021-07-14 13:07 ` Catalin Marinas via Gdb-patches
2021-07-29 2:26 ` Simon Marchi via Gdb-patches
2021-07-29 16:03 ` John Baldwin
2021-07-29 18:10 ` Catalin Marinas via Gdb-patches
2021-07-29 18:20 ` Simon Marchi via Gdb-patches
2021-08-01 15:44 ` Joel Brobecker
2021-08-02 12:06 ` Luis Machado via Gdb-patches
2021-07-19 19:05 ` Luis Machado via Gdb-patches
2021-07-27 16:10 ` Luis Machado via Gdb-patches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83y2caq5tv.fsf@gnu.org \
--to=gdb-patches@sourceware.org \
--cc=catalin.marinas@arm.com \
--cc=david.spickett@linaro.org \
--cc=eliz@gnu.org \
--cc=luis.machado@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox