Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: timurgol007 <timurgol007@gmail.com>
To: gdb-patches@sourceware.org
Cc: timurgol007 <timurgol007@gmail.com>
Subject: [PATCH] Enable process record testsuite for RISC-V
Date: Wed,  1 Oct 2025 18:10:52 +0300	[thread overview]
Message-ID: <20251001151052.112499-1-timurgol007@gmail.com> (raw)

When I ran GDB testsuite, I noticed that process record tests are not
currently supported on RISC-V. This patch fixes it.
---
 gdb/testsuite/lib/gdb.exp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index 94978504a5b..797591801b3 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -3905,7 +3905,8 @@ proc supports_process_record {} {
          || [istarget "aarch64*-*-linux*"]
 	 || [istarget "loongarch*-*-linux*"]
          || [istarget "powerpc*-*-linux*"]
-         || [istarget "s390*-*-linux*"] } {
+	 || [istarget "s390*-*-linux*"]
+	 || [istarget "riscv*-*-*"] } {
 	return 1
     }
 
-- 
2.34.1


             reply	other threads:[~2025-10-01 15:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-01 15:10 timurgol007 [this message]
2025-10-01 17:15 ` Guinevere Larsen
2025-10-02 23:35   ` timurgol007
2025-10-02 23:36   ` [pushed][PATCH] " timurgol007

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=20251001151052.112499-1-timurgol007@gmail.com \
    --to=timurgol007@gmail.com \
    --cc=gdb-patches@sourceware.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