public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Hui Li <lihui@loongson.cn>
To: gdb-patches@sourceware.org, Tiezhu Yang <yangtiezhu@loongson.cn>
Subject: [PATCH 0/2] gdb: LoongArch: Add vector & lbt extensions support
Date: Thu, 25 Jan 2024 16:32:34 +0800	[thread overview]
Message-ID: <20240125083236.28557-1-lihui@loongson.cn> (raw)


Feiyang Chen (1):
  gdb: LoongArch: Add LBT extension support

Hui Li (1):
  gdb: LoongArch: Add vector extensions support

 gdb/arch/loongarch.c             |  10 ++
 gdb/arch/loongarch.h             |  12 ++
 gdb/features/Makefile            |   3 +
 gdb/features/loongarch/lasx.c    |  85 +++++++++++
 gdb/features/loongarch/lasx.xml  |  60 ++++++++
 gdb/features/loongarch/lbt.c     |  19 +++
 gdb/features/loongarch/lbt.xml   |  16 +++
 gdb/features/loongarch/lsx.c     |  82 +++++++++++
 gdb/features/loongarch/lsx.xml   |  59 ++++++++
 gdb/loongarch-linux-nat.c        | 189 ++++++++++++++++++++++++
 gdb/loongarch-linux-tdep.c       | 237 +++++++++++++++++++++++++++++++
 gdb/loongarch-tdep.c             |  54 +++++++
 gdb/loongarch-tdep.h             |   3 +
 gdbserver/linux-loongarch-low.cc |  95 +++++++++++++
 14 files changed, 924 insertions(+)
 create mode 100644 gdb/features/loongarch/lasx.c
 create mode 100644 gdb/features/loongarch/lasx.xml
 create mode 100644 gdb/features/loongarch/lbt.c
 create mode 100644 gdb/features/loongarch/lbt.xml
 create mode 100644 gdb/features/loongarch/lsx.c
 create mode 100644 gdb/features/loongarch/lsx.xml

-- 
2.38.1


             reply	other threads:[~2024-01-25  8:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-25  8:32 Hui Li [this message]
2024-01-25  8:32 ` [PATCH 1/2] gdb: LoongArch: Add vector " Hui Li
2024-01-25  8:32 ` [PATCH 2/2] gdb: LoongArch: Add LBT extension support Hui Li
2024-02-06 10:54 ` [PATCH 0/2] gdb: LoongArch: Add vector & lbt extensions support Tiezhu Yang

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=20240125083236.28557-1-lihui@loongson.cn \
    --to=lihui@loongson.cn \
    --cc=gdb-patches@sourceware.org \
    --cc=yangtiezhu@loongson.cn \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).