From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111285 invoked by alias); 28 Jun 2015 06:21:27 -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 86112 invoked by uid 89); 28 Jun 2015 06:19:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f179.google.com Received: from mail-yk0-f179.google.com (HELO mail-yk0-f179.google.com) (209.85.160.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 28 Jun 2015 06:19:02 +0000 Received: by ykfy125 with SMTP id y125so91092159ykf.1 for ; Sat, 27 Jun 2015 23:18:52 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.170.123.214 with SMTP id p205mr11674715ykb.14.1435472332357; Sat, 27 Jun 2015 23:18:52 -0700 (PDT) Received: by 10.129.72.72 with HTTP; Sat, 27 Jun 2015 23:18:52 -0700 (PDT) In-Reply-To: <1435422102-39438-4-git-send-email-cole945@gmail.com> References: <1435422102-39438-1-git-send-email-cole945@gmail.com> <1435422102-39438-4-git-send-email-cole945@gmail.com> Date: Sun, 28 Jun 2015 06:21:00 -0000 Message-ID: Subject: Re: [PATCH 4/5 v4] Tracepoint for ppc64. From: Wei-cheng Wang To: Ulrich Weigand , gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-06/txt/msg00595.txt.bz2 Hi, I forgot to mention two more things. A new function (gdbserver target op), ppc_get_thread_area, is implemented used for the jump pad lock object (collecting_t). Please have a look. Changing timeout in tspeed.exp is reverted in this patch. Recently I tested the patch on gcc112 server and timeout should be 540 instead of 360 in order to pass tspeed.exp. I am not sure what's the proper value for timeout. Maybe someone will test it in another environment, and 540 is not enough again. Thanks, Wei-cheng