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] Some fixes for hppa fallback unwinder Date: Tue, 25 May 2004 21:16:00 -0000 Message-id: <40B3B789.2030203@gnu.org> References: <20040522063442.GJ7207@tausq.org> <40B38C6B.2070603@gnu.org> <20040525183543.GI7207@tausq.org> X-SW-Source: 2004-05/msg00718.html - if (start_pc == 0 || end_pc == 0) >+ if (pc != 0) Would this case be better handled by the stub unwinder? i guess that works too. should i move it there? Yes, feel free to commit that. Andrew