Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Luis Machado via Gdb-patches <gdb-patches@sourceware.org>
To: gdb-patches@sourceware.org
Cc: peter.maydell@linaro.org
Subject: [PATCH 0/4] [ARM] M-profile MVE extension support
Date: Tue,  5 Oct 2021 11:45:17 -0300	[thread overview]
Message-ID: <20211005144521.1965198-1-luis.machado@linaro.org> (raw)

The following 4 patches refactor some code (first 3 patches) and add support
for the M-profile MVE extension, which includes a new XML, new architecture
bits and new pseudo register.

The first 3 patches tidy up and reorganize some code around register numbers
and pseudo registers. The last patch adds said MVE support.

Luis Machado (3):
  [ARM] Refactor some constants
  [ARM] Small refactoring of arm gdbarch initialization
  [ARM] Refactor pseudo register numbering

Srinath Parvathaneni (1):
  [ARM] Add support for M-profile MVE extension

 gdb/arch/arm.c                         |   7 +
 gdb/arch/arm.h                         |  17 +-
 gdb/arm-tdep.c                         | 287 +++++++++++++++++++++----
 gdb/arm-tdep.h                         |  17 +-
 gdb/doc/gdb.texinfo                    |  11 +
 gdb/features/Makefile                  |   1 +
 gdb/features/arm/arm-m-profile-mve.c   |  20 ++
 gdb/features/arm/arm-m-profile-mve.xml |  19 ++
 8 files changed, 327 insertions(+), 52 deletions(-)
 create mode 100644 gdb/features/arm/arm-m-profile-mve.c
 create mode 100644 gdb/features/arm/arm-m-profile-mve.xml

-- 
2.25.1


             reply	other threads:[~2021-10-05 14:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-05 14:45 Luis Machado via Gdb-patches [this message]
2021-10-05 14:45 ` [PATCH 1/4] [ARM] Refactor some constants Luis Machado via Gdb-patches
2021-10-08 16:03   ` Alan Hayward via Gdb-patches
2021-10-05 14:45 ` [PATCH 2/4] [ARM] Small refactoring of arm gdbarch initialization Luis Machado via Gdb-patches
2021-10-08 16:03   ` Alan Hayward via Gdb-patches
2021-10-05 14:45 ` [PATCH 3/4] [ARM] Refactor pseudo register numbering Luis Machado via Gdb-patches
2021-10-08 16:04   ` Alan Hayward via Gdb-patches
2021-10-11 13:06     ` Luis Machado via Gdb-patches
2021-10-05 14:45 ` [PATCH 4/4] [ARM] Add support for M-profile MVE extension Luis Machado via Gdb-patches
2021-10-05 15:55   ` Eli Zaretskii via Gdb-patches
2021-10-08 16:34   ` Alan Hayward 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=20211005144521.1965198-1-luis.machado@linaro.org \
    --to=gdb-patches@sourceware.org \
    --cc=luis.machado@linaro.org \
    --cc=peter.maydell@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