public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] gdb: LoongArch: Add vector & lbt extensions support
@ 2024-01-25  8:32 Hui Li
  2024-01-25  8:32 ` [PATCH 1/2] gdb: LoongArch: Add vector " Hui Li
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hui Li @ 2024-01-25  8:32 UTC (permalink / raw)
  To: gdb-patches, Tiezhu Yang


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-06 10:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-25  8:32 [PATCH 0/2] gdb: LoongArch: Add vector & lbt extensions support Hui Li
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

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).