From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20195 invoked by alias); 31 Oct 2002 19:12:32 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20136 invoked from network); 31 Oct 2002 19:12:30 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.250) by sources.redhat.com with SMTP; 31 Oct 2002 19:12:30 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.5/8.12.5) with ESMTP id g9VJCN5u000225; Thu, 31 Oct 2002 20:12:23 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6/8.12.6) with ESMTP id g9VJCNj9000483; Thu, 31 Oct 2002 20:12:23 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6/8.12.6/Submit) id g9VJCNCM000480; Thu, 31 Oct 2002 20:12:23 +0100 (CET) Date: Thu, 31 Oct 2002 11:12:00 -0000 Message-Id: <200210311912.g9VJCNCM000480@elgar.kettenis.dyndns.org> From: Mark Kettenis To: drow@mvista.com CC: gdb-patches@sources.redhat.com In-reply-to: <20021030220654.GA13990@nevyn.them.org> (message from Daniel Jacobowitz on Wed, 30 Oct 2002 17:06:54 -0500) Subject: Re: RFA: Fix i386-linux backtrace through signal handlers References: <20021030220654.GA13990@nevyn.them.org> X-SW-Source: 2002-10/txt/msg00601.txt.bz2 Date: Wed, 30 Oct 2002 17:06:54 -0500 From: Daniel Jacobowitz 2002-10-30 Daniel Jacobowitz * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for trampolines in sigaction. Please check this in. Thanks, Mark