From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11384 invoked by alias); 6 Feb 2015 20:37:18 -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 11373 invoked by uid 89); 6 Feb 2015 20:37:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qa0-f52.google.com Received: from mail-qa0-f52.google.com (HELO mail-qa0-f52.google.com) (209.85.216.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 06 Feb 2015 20:37:16 +0000 Received: by mail-qa0-f52.google.com with SMTP id x12so12706735qac.11 for ; Fri, 06 Feb 2015 12:37:14 -0800 (PST) X-Received: by 10.224.75.71 with SMTP id x7mr12109759qaj.90.1423255034318; Fri, 06 Feb 2015 12:37:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.39.209 with HTTP; Fri, 6 Feb 2015 12:36:54 -0800 (PST) In-Reply-To: <2729970.x7obi12nSh@ralph.baldwin.cx> References: <2729970.x7obi12nSh@ralph.baldwin.cx> From: Ed Maste Date: Fri, 06 Feb 2015 20:37:00 -0000 Message-ID: Subject: Re: Fix signal trampoline detection/unwinding on recent FreeBSD/i386 and FreeBSD/amd64 To: gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00164.txt.bz2 On 6 February 2015 at 14:44, John Baldwin wrote: > This patch fixes two issues with signal frame unwinding on recent FreeBSD/x86: The changes look good to me.