From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7632 invoked by alias); 20 Nov 2013 02:42:52 -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 7622 invoked by uid 89); 20 Nov 2013 02:42:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-vb0-f49.google.com Received: from Unknown (HELO mail-vb0-f49.google.com) (209.85.212.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 20 Nov 2013 02:42:50 +0000 Received: by mail-vb0-f49.google.com with SMTP id o19so6242487vbm.8 for ; Tue, 19 Nov 2013 18:42:42 -0800 (PST) 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=q6/Y3khXBrc1ouBrMfqgRb1FTAGn0zMW+QYIRi0Zuag=; b=FNDa4cKTtBwKQR1oGWRKmPKcLWaIU3uh5Kda1kQjZ0msLT8aXfeHcyBN0aajI2Ax9g DKDvFzQLQ+ugN+BE/f8QiWda9RXxYG+QYHTh+jZhM6JxC1mAqm34/EWide9PicZoWrWC mQeflTHKMX+NmHEcMSEx8Q8ULlvfej0RTKyWNN1anYrwLrXKDBOYA8hda56lpckpQCu4 Nz7Qku+MlnH9qsjpp5pqW59yQYhN96+cFx0h/FSleqF1tRBSfE+sMhmsA0SJq3sm3E6f jhT8q+VeaErSAV4pDvvnlqT+qoO7gSQQAeSkbX5xGho8aAsN/Zj6A338etoxp8WaA68A liww== X-Gm-Message-State: ALoCoQmHOJt/BBf8zYpl32bKDC1nveSNVh8+3Dn8gbpgpiX9oYC4jI5v7TdRyG6dFBiQ05LOfJVQKZ2HLxH1tsrXn0JBYEmshxhs/1MQv+ai81q6eZMIy4/wSxPaFbCBV+4TYgRXLmPCqD8VrhoUb51Q9biPjfVDcA7QTlxzXiNm1E66X3G7TwFIh1o34mXdc66eaalFiArl4DIpC1bUVRvqP+smjykZrQ== MIME-Version: 1.0 X-Received: by 10.58.46.18 with SMTP id r18mr24407903vem.4.1384915362777; Tue, 19 Nov 2013 18:42:42 -0800 (PST) Received: by 10.52.163.52 with HTTP; Tue, 19 Nov 2013 18:42:42 -0800 (PST) In-Reply-To: References: <87r4hefx59.fsf@fleche.redhat.com> <871u995pbt.fsf@fleche.redhat.com> <87ehaq5nkr.fsf@fleche.redhat.com> <87txfds4vf.fsf@fleche.redhat.com> Date: Wed, 20 Nov 2013 02:48:00 -0000 Message-ID: Subject: Re: [RFC] Debug Methods in GDB Python From: Doug Evans To: Siva Chandra Cc: Tom Tromey , gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00573.txt.bz2 On Tue, Nov 19, 2013 at 3:41 PM, Doug Evans wrote: >>> IIRC the "ext_lang" stuff was going to be deleted, right? >> >> I am not sure. Tom had a comment long time back on this, but his >> latest review said that his comments on this might be irrelevant now. >> I have renamed some of the pieces related to this in my last patch. Do >> you have any specific comments? > > The name is a tad confusing, though I'm warming up to it. > The high order bit for me is you're really just abstracting away a > subset of a much bigger problem space: The abstraction of all calls > from gdb-proper to the extension language. For reference sake, I have a patch that addresses the general problem. I'll be submitting it after a couple more cleanups are committed.