From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103417 invoked by alias); 15 Apr 2015 11:48:39 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 103400 invoked by uid 89); 15 Apr 2015 11:48:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f169.google.com Received: from mail-pd0-f169.google.com (HELO mail-pd0-f169.google.com) (209.85.192.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 15 Apr 2015 11:48:36 +0000 Received: by pdbqa5 with SMTP id qa5so49926139pdb.1 for ; Wed, 15 Apr 2015 04:48:34 -0700 (PDT) X-Received: by 10.70.128.67 with SMTP id nm3mr45448552pdb.42.1429098514390; Wed, 15 Apr 2015 04:48:34 -0700 (PDT) Received: from [127.0.0.1] (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id eo5sm3917329pbb.51.2015.04.15.04.48.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Apr 2015 04:48:33 -0700 (PDT) Message-ID: <552E500A.5060300@gmail.com> Date: Wed, 15 Apr 2015 11:48:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Pedro Alves CC: gdb-patches@sourceware.org Subject: Re: [PATCH] Increase timeout in watch-bitfields.exp for software watchpoint References: <1429023644-13403-1-git-send-email-qiyaoltc@gmail.com> <552D31E4.1080503@redhat.com> <86a8yau0qb.fsf@gmail.com> <552D48C5.2050002@redhat.com> <86618xu4xr.fsf@gmail.com> <552E44B3.9080108@redhat.com> In-Reply-To: <552E44B3.9080108@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00556.txt.bz2 On 15/04/15 12:00, Pedro Alves wrote: > Looks good. Thanks! > >> >+# - the board variable "gdb,timeout", > Probably period instead of comma at the end. Patch is pushed in with it being fixed. -- Yao (齐尧)