From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122550 invoked by alias); 24 Feb 2016 17:37:07 -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 122533 invoked by uid 89); 24 Feb 2016 17:37:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=D*de.ibm.com, UD:mi-dprintf.exp, midprintfexp, mi-dprintf.exp X-HELO: e06smtp12.uk.ibm.com Received: from e06smtp12.uk.ibm.com (HELO e06smtp12.uk.ibm.com) (195.75.94.108) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Wed, 24 Feb 2016 17:37:05 +0000 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 24 Feb 2016 17:37:01 -0000 Received: from d06dlp02.portsmouth.uk.ibm.com (9.149.20.14) by e06smtp12.uk.ibm.com (192.168.101.142) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 24 Feb 2016 17:37:00 -0000 X-IBM-Helo: d06dlp02.portsmouth.uk.ibm.com X-IBM-MailFrom: uweigand@de.ibm.com X-IBM-RcptTo: gdb-patches@sourceware.org Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id DFBF52190019 for ; Wed, 24 Feb 2016 17:36:43 +0000 (GMT) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1OHaxOo63438986 for ; Wed, 24 Feb 2016 17:36:59 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1OHaw3m019000 for ; Wed, 24 Feb 2016 10:36:59 -0700 Received: from oc7340732750.ibm.com (icon-9-164-172-239.megacenter.de.ibm.com [9.164.172.239]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id u1OHawqi018995; Wed, 24 Feb 2016 10:36:58 -0700 Received: by oc7340732750.ibm.com (Postfix, from userid 500) id 740EF47F7; Wed, 24 Feb 2016 18:36:57 +0100 (CET) Subject: Re: [PATCH 2/5 v4] powerpc: Support z-point type in gdbserver. To: koriakin@0x04.net (=?UTF-8?Q?Marcin_Ko=c5=9bcielnicki?=) Date: Wed, 24 Feb 2016 17:37:00 -0000 From: "Ulrich Weigand" Cc: cole945@gmail.com (Wei-cheng Wang), gdb-patches@sourceware.org In-Reply-To: <56CD9C97.8040905@0x04.net> from "=?UTF-8?Q?Marcin_Ko=c5=9bcielnicki?=" at Feb 24, 2016 01:05:43 PM MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-Id: <20160224173657.740EF47F7@oc7340732750.ibm.com> X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16022417-0009-0000-0000-000007C1A6C5 X-SW-Source: 2016-02/txt/msg00736.txt.bz2 > Another old approved patch that I'd like to push. Testing on > ppc+ppc64+ppc64le: > > gdb.base/dprintf.exp: agent: 1st dprintf UNSUPPORTED -> PASS×3 > gdb.base/jit.exp: PIE: one_jit_test-1: set var libname = > "SHLIBDIR/jit-solib.so" PASS -> FAIL, on ppc64 only (I don't consider > that one a problem, since jit.exp already has lots of similiar FAILs for > this arch, nothing really new is broken here) > gdb.mi/mi-dprintf.exp: mi expect stop FAIL×5 -> PASS×4 > gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: > detach_on_fork=on: displaced=off FAIL -> PASS×3 > gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: > cond_bp_target=1: KFAIL (memory error) -> KFAIL (prompt) > gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: > cond_bp_target=[01]: inferior 1 exited PASS×2 -> KFAIL (PRMS: gdb/18749) > > Fixes a lot of gdb.trace tests if I enable tracepoints. > > On 27/06/15 18:21, Wei-cheng Wang wrote: > > Support z-point, so tracepoints and breakpoints can be inserted at the same > > location. > > > > gdb/gdbserver/ChangeLog > > > > 2015-06-27 Wei-cheng Wang > > > > * linux-ppc-low.c (ppc_supports_z_point_type): New function: > > (ppc_insert_point, ppc_remove_point): Insert/remove z-packet breakpoints. > > (ppc64_emit_ops_vector): Add target ops - ppc_supports_z_point_type, > > ppc_insert_point, ppc_remove_point. Yes, this is also still OK. Thanks, Ulrich -- Dr. Ulrich Weigand GNU/Linux compilers and toolchain Ulrich.Weigand@de.ibm.com