public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Yao Qi <yao@codesourcery.com>
To: Omair Javaid <omair.javaid@linaro.org>
Cc: <gdb-patches@sourceware.org>, Patch Tracking <patches@linaro.org>
Subject: Re: [PATCH 0/2] GDB process record and reverse debugging improvements for arm*-linux*
Date: Thu, 24 Oct 2013 01:42:00 -0000	[thread overview]
Message-ID: <52687A9E.7010800@codesourcery.com> (raw)
In-Reply-To: <CANW4E-3+-9FTB2C9tYO42CAV7mZeUP8ayPR+3sH1F5bweJM_7Q@mail.gmail.com>

On 10/24/2013 08:09 AM, Omair Javaid wrote:
> gdb/testsuite/lib:

Remove "/lib" ....

>
> 2013-10-24  Omair Javaid<omair.javaid@linaro.org>
>
> * gdb.exp: Enable gdb.reverse testsuite for arm*-linux* targets.

and add "lib/" before "gdb.exp:".  Since the ChangeLog file is located 
in gdb/testsuite instead of gdb/testsuite/lib.


> RCS file: /cvs/src/src/gdb/testsuite/lib/gdb.exp,v
> retrieving revision 1.250
> diff -u -p -r1.250 gdb.exp
> --- gdb/testsuite/lib/gdb.exp 18 Oct 2013 20:40:03 -0000 1.250
> +++ gdb/testsuite/lib/gdb.exp 23 Oct 2013 20:34:49 -0000
> @@ -1774,7 +1774,8 @@ proc supports_process_record {} {
>    return [target_info gdb,use_precord]
>       }
>
> -    if { [istarget "x86_64-*-linux*"] || [istarget "i\[34567\]86-*-linux*"] } {
> +    if { [istarget "arm*-*-*"] || [istarget "x86_64-*-linux*"]

It should be arm*-*-linux* ...

> +         || [istarget "i\[34567\]86-*-linux*"] } {
>    return 1
>       }
>
> @@ -1789,7 +1790,8 @@ proc supports_reverse {} {
>    return [target_info gdb,can_reverse]
>       }
>
> -    if { [istarget "x86_64-*-linux*"] || [istarget "i\[34567\]86-*-linux*"] } {
> +    if { [istarget "arm*-*-*"] || [istarget "x86_64-*-linux*"]
> +         || [istarget "i\[34567\]86-*-linux*"] } {
>    return 1
>       }

... and here.

-- 
Yao (齐尧)

  reply	other threads:[~2013-10-24  1:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-24  0:09 Omair Javaid
2013-10-24  1:42 ` Yao Qi [this message]
2013-10-24  1:44 ` Yao Qi
2013-11-08  3:20   ` Omair Javaid
2013-11-08  8:04     ` Eli Zaretskii
2013-11-08  8:21       ` oza Pawandeep
2013-11-11  8:25         ` Omair Javaid
2013-11-24 23:49           ` Omair Javaid
2013-11-25  4:56             ` Eli Zaretskii
2013-12-17 10:22               ` Omair Javaid
2013-12-20 12:38             ` Pedro Alves
2014-01-03 19:20               ` Omair Javaid

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=52687A9E.7010800@codesourcery.com \
    --to=yao@codesourcery.com \
    --cc=gdb-patches@sourceware.org \
    --cc=omair.javaid@linaro.org \
    --cc=patches@linaro.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).