public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Omair Javaid <omair.javaid@linaro.org>
To: gdb-patches@sourceware.org
Subject: [PATCH v5 5/6] Enables gdb.reverse testsuite for aarch64*-linux targets
Date: Mon, 11 May 2015 07:27:00 -0000	[thread overview]
Message-ID: <1431329220-13019-6-git-send-email-omair.javaid@linaro.org> (raw)
In-Reply-To: <1431329220-13019-1-git-send-email-omair.javaid@linaro.org>

gdb/testsuite:

2015-05-11  Omair Javaid  <omair.javaid@linaro.org>

	* lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
	(supports_reverse): Likewise.

---
 gdb/testsuite/lib/gdb.exp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index 73e55e3..2152a0e 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -2008,6 +2008,7 @@ proc supports_process_record {} {
 
     if { [istarget "arm*-*-linux*"] || [istarget "x86_64-*-linux*"]
          || [istarget "i\[34567\]86-*-linux*"]
+         || [istarget "aarch64*-*-linux*"]
          || [istarget "powerpc*-*-linux*"] } {
 	return 1
     }
@@ -2025,6 +2026,7 @@ proc supports_reverse {} {
 
     if { [istarget "arm*-*-linux*"] || [istarget "x86_64-*-linux*"]
          || [istarget "i\[34567\]86-*-linux*"]
+         || [istarget "aarch64*-*-linux*"]
          || [istarget "powerpc*-*-linux*"] } {
 	return 1
     }
-- 
1.9.1

  reply	other threads:[~2015-05-11  7:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-03 12:47 [PATCH] ARM gdb record-replay bug fixes Omair Javaid
2015-02-16 14:21 ` Yao Qi
2015-05-11  7:27 ` [PATCH v5 0/6] Omair Javaid
2015-05-11  7:27   ` Omair Javaid [this message]
2015-05-11  7:27   ` [PATCH v5 6/6] Adds testcases to test arm64 instruction set recording Omair Javaid
2015-05-11  7:27   ` [PATCH v5 2/6] Implements aarch64 process record and reverse debugging support Omair Javaid
2015-05-11  7:27   ` [PATCH v5 1/6] NEWS entry about aarch64-linux record/replay support Omair Javaid
2015-05-11 15:02     ` Eli Zaretskii
2015-05-11  7:27   ` [PATCH v5 4/6] Support for recording aarch64 advanced SIMD instructions Omair Javaid
2015-05-11  7:27   ` [PATCH v5 3/6] Support for recording syscall on aarch64-linux Omair Javaid
2015-05-11 11:18   ` [PATCH v5 0/6] Yao Qi

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=1431329220-13019-6-git-send-email-omair.javaid@linaro.org \
    --to=omair.javaid@linaro.org \
    --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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).