From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] mips heuristic_proc_start fix Date: Fri, 06 Jul 2001 11:27:00 -0000 Message-id: <3B46030B.2010007@cygnus.com> References: <20010706112010.A5578@nevyn.them.org> X-SW-Source: 2001-07/msg00157.html > This one was fun to track down... I've been getting corrupt PC values off > the stack in backtraces, something which needs to be fixed elsewhere. The > interesting thing is that the PC I was reading was 0x2. Remember that > CORE_ADDR on MIPS is an unsigned 64-bit quantity. You mean ***SIGNED** right? Andrew