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 18:12:00 -0000 Message-id: <40B38C6B.2070603@gnu.org> References: <20040522063442.GJ7207@tausq.org> X-SW-Source: 2004-05/msg00712.html - find_pc_partial_function (pc, NULL, &start_pc, &end_pc); - - if (start_pc == 0 || end_pc == 0) + if (pc != 0) Would this case be better handled by the stub unwinder? The other cases for unwinding in assembler are ok. Andrew