From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103838 invoked by alias); 5 Apr 2016 16:57:49 -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 103822 invoked by uid 89); 5 Apr 2016 16:57:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=anticipated, outcome X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 05 Apr 2016 16:57:38 +0000 Received: from hhmail02.hh.imgtec.org (unknown [10.100.10.20]) by Websense Email Security Gateway with ESMTPS id C42BEE481CD52; Tue, 5 Apr 2016 17:57:32 +0100 (IST) Received: from [10.20.78.160] (10.20.78.160) by hhmail02.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server id 14.3.266.1; Tue, 5 Apr 2016 17:57:34 +0100 Date: Tue, 05 Apr 2016 16:57:00 -0000 From: "Maciej W. Rozycki" To: Pedro Alves CC: Subject: Re: [PATCH] Handle MIPS Linux SIGTRAP siginfo.si_code values In-Reply-To: <56CE5CBD.9070105@redhat.com> Message-ID: References: <1456332239-24007-1-git-send-email-palves@redhat.com> <56CDFB9B.3090708@redhat.com> <56CE3AA6.6090005@redhat.com> <56CE5CBD.9070105@redhat.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2016-04/txt/msg00090.txt.bz2 Hi Pedro, > >> I've just finished testing it on s390 -- no regressions. I've > >> pushed it in now, as is. I'll follow up with a new patch that makes > >> gdb accept the anticipated new si_codes too. > > > > I'm fine with waiting for any outcome from a discussion with kernel > > people before pushing such a change. > > Ack. FYI, the kernel change has now made it upstream: commit 3b143cca6e1397188f507a6c727f4108861ceb8b Author: Maciej W. Rozycki Date: Fri Mar 4 01:44:28 2016 +0000 MIPS: traps: Correct the SIGTRAP debug ABI in `do_watch' and `do_trap_or_bp' and will be present starting from Linux 4.6.0 release. Maciej