From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Randolph Chung Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfa] Signal trampoline unwinder for hppa-hpux Date: Mon, 24 May 2004 17:38:00 -0000 Message-id: <40B23320.90201@gnu.org> References: <20040520041746.GW566@tausq.org> <40AE3F20.2030205@gnu.org> <20040522015808.GF7207@tausq.org> <20040523002931.GO7207@tausq.org> X-SW-Source: 2004-05/msg00686.html The signal trampoline on hpux actually has a name (_sigreturn), so it fails the check in tramp_frame_sniffer () is this more efficient/correct? It doesn't do any code reading just checks the pc against "_sigreturn". Yes, definitly. Having to do instruction examination should be considered a last resource. Andrew