Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Yao Qi <qiyaoltc@gmail.com>
To: gdb-patches@sourceware.org
Subject: Re: [PATCH OBV] Don't skip hw breakpoint/watchpoint tests for aarch64 target
Date: Mon, 22 Jun 2015 12:48:00 -0000	[thread overview]
Message-ID: <5588042A.2000203@gmail.com> (raw)
In-Reply-To: <1434976837-10069-1-git-send-email-yao.qi@linaro.org>

On 22/06/15 13:40, Yao Qi wrote:
> @@ -2611,6 +2612,7 @@ proc skip_hw_watchpoint_tests {} {
>   	 || [istarget "x86_64-*-*"]
>   	 || [istarget "ia64-*-*"]
>   	 || [istarget "arm*-*-*"]
> +	 || [istarget "aarch*-*-*"]

Sorry, it should be "aarch64*-*-*".  Patch below is pushed in.

-- 
Yao (齐尧)

gdb/testsuite:

2015-06-22  Yao Qi  <yao.qi@linaro.org>

	* lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
	aarch64*-*-*.
	(skip_hw_watchpoint_tests): Likewise.

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 5a9a7eb..3a48bcd 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2015-06-22  Yao Qi  <yao.qi@linaro.org>
+
+	* lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
+	aarch64*-*-*.
+	(skip_hw_watchpoint_tests): Likewise.
+
  2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>

  	* gdb.base/gdbinit-history.exp: Test the interaction between
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index b5928c3..9edf2dc 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -2556,7 +2556,8 @@ proc skip_hw_breakpoint_tests {} {
      if { [istarget "i?86-*-*"]
  	 || [istarget "x86_64-*-*"]
  	 || [istarget "ia64-*-*"]
-	 || [istarget "arm*-*-*"]} {
+	 || [istarget "arm*-*-*"]
+	 || [istarget "aarch64*-*-*"]} {
  	return 0
      }

@@ -2576,6 +2577,7 @@ proc skip_hw_watchpoint_tests {} {
  	 || [istarget "x86_64-*-*"]
  	 || [istarget "ia64-*-*"]
  	 || [istarget "arm*-*-*"]
+	 || [istarget "aarch64*-*-*"]
  	 || [istarget "powerpc*-*-linux*"]
  	 || [istarget "s390*-*-*"] } {
  	return 0


      reply	other threads:[~2015-06-22 12:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-22 12:40 Yao Qi
2015-06-22 12:48 ` Yao Qi [this message]

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=5588042A.2000203@gmail.com \
    --to=qiyaoltc@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