From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12587 invoked by alias); 11 Jul 2014 18:29:15 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 12560 invoked by uid 89); 11 Jul 2014 18:29:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f177.google.com Received: from mail-vc0-f177.google.com (HELO mail-vc0-f177.google.com) (209.85.220.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 11 Jul 2014 18:29:12 +0000 Received: by mail-vc0-f177.google.com with SMTP id ij19so2778312vcb.22 for ; Fri, 11 Jul 2014 11:29:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=CY726iZ+a9QRSGdFXSBUQiB5d3Diul/CDUnnxFx+KAc=; b=j3aFoHVhjpb1FCyFqWrdz1hH5V0bE+SfqoHp0ZfeB2aSQC2JhijLN933jdY5lKFEbL vCn7Y+bG1IDsY6Jw+DKDGyAyG/yScKHRvlNkGwgUyWQxx3MeuTv6ihEIwx9Y7jXH2F+j L0lAWwZ96ctY1gXmfkq8GPhs308iT/bpWBDJfRBWnfkh7UGNOaBDjyyp7VIwMVVhE1cs eahbSsdIzxpapCkCGSLIQAjxDmiaKDvdS3OaRX5977ea1z2rywlKkxg9tfG+Wyn3Tmf6 V058g4Dg1HgdbQ4/ca29xTYWQidDq7USWFQkGnnwkkcxtSE53aSvrjUsG5lt8lz6Tpa8 t0+g== X-Gm-Message-State: ALoCoQl6sgz7wIcFDE0Jfdmtats7It3dM281dzCde6uEOmGAnuzEebFRg7Tk4SOywHS+afkOICit MIME-Version: 1.0 X-Received: by 10.58.133.130 with SMTP id pc2mr711640veb.48.1405103349969; Fri, 11 Jul 2014 11:29:09 -0700 (PDT) Received: by 10.52.28.233 with HTTP; Fri, 11 Jul 2014 11:29:09 -0700 (PDT) In-Reply-To: <20140711125653.GD2695@blade.nx> References: <1404902255-11101-1-git-send-email-gbenson@redhat.com> <1404902255-11101-13-git-send-email-gbenson@redhat.com> <87bnsxdrtj.fsf@fleche.redhat.com> <87d2dd81of.fsf@fleche.redhat.com> <20140711125653.GD2695@blade.nx> Date: Fri, 11 Jul 2014 19:29:00 -0000 Message-ID: Subject: Re: [PATCH 12/15] Add target/symbol.h, update users From: Doug Evans To: Gary Benson Cc: Tom Tromey , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00289.txt.bz2 On Fri, Jul 11, 2014 at 5:56 AM, Gary Benson wrote: > Tom Tromey wrote: >> Doug> As target/* scales up, is there a risk of the code becoming >> Doug> harder to read if target_ is used as a general prefix for >> Doug> things in target/*? Dunno. Just wondering. >> >> My long term goal is that gdb and gdbserver share the entire target >> stack. I think these patches further this goal. I don't find the >> result harder to read at all. > > Doug, are you ok for me to leave it as it is, or, do you have an > alternative you would like me to implement instead? Hi. I'm not sure TBH. I think it might be ok as is, but IWBN to see the full patch with comments.