From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Daniel Jacobowitz Cc: Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: [RFA] mips32_next_pc overdue cleanup Date: Thu, 05 Jul 2001 13:51:00 -0000 Message-id: <3B44D365.4090403@cygnus.com> References: <3B44CE13.8070405@cygnus.com> <20010705133346.A15705@nevyn.them.org> X-SW-Source: 2001-07/msg00113.html > Thanks. I'm curious. > > Is there a CVS repository backed up somewhere which predates 1999, when > it seems the sourceware copy was created? Makes it a little more > challenging to do the archaelogy. There is the archive of some of the old releases that Jason Molenda put together: ${sources-shadow}/pub/gdb/old-releases/ and Red Hat employees do occasionally act as a remote archive search engine (back to ~1991). However, prior to that there is little. >> One thing, it is very easy for a software single step function to be >> implemented yet never tested - everything supports h/w singlestep >> now-a-days. > > > Everything except my target :) > > The thing is, the (trivial) software single step function wasn't even > in mips-tdep.c. Only all the complicated support routines for it were. > The lossage isn't all that surprising, given that these functions had > no callers. Perhaphs -Wunused-function should be the next -Werror :-) Andrew