From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9699 invoked by alias); 6 Apr 2002 19:23:03 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9690 invoked from network); 6 Apr 2002 19:23:02 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 6 Apr 2002 19:23:02 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 269703CB7; Sat, 6 Apr 2002 14:23:02 -0500 (EST) Message-ID: <3CAF4B16.7040708@cygnus.com> Date: Sat, 06 Apr 2002 11:23:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.9) Gecko/20020328 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: Further gdbserver cleanups References: <20020406133335.A26201@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00228.txt.bz2 > This patch adds -Wall to gdbserver's build options, cleans up everything > that it turned up, and adds the beginnings of a target stack. It also adds > a simplistic mechanism to track child processes opaquely; for instance, for > per-child regcaches. No real new functionality here, but it should be > pretty obvious where I'm going. The next batch of changes are likely to be > more interesting. Er, there are still two commits in there. Rather than ``-Wall'' just ,-Werror as with the rest of GDB. See: http://sources.redhat.com/gdb/onlinedocs/gdbint_13.html#SEC104 (Oh, also, at present ARI skips that directory.) > I'll check this in in a day or two if no one objects (well, and when Andrew > thinks it's been long enough and checks in the relevant MAINTAINERS patch). Oops. I'd better drain last weeks patch postings ... Andrew