From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22986 invoked by alias); 13 Mar 2008 20:47:10 -0000 Received: (qmail 22976 invoked by uid 22791); 13 Mar 2008 20:47:10 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Mar 2008 20:46:39 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m2DKkX4p012615; Thu, 13 Mar 2008 16:46:33 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m2DKkTtt021921; Thu, 13 Mar 2008 16:46:29 -0400 Received: from opsy.redhat.com (vpn-4-152.str.redhat.com [10.32.4.152]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m2DKkVDC019291; Thu, 13 Mar 2008 16:46:32 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 95149888071; Thu, 13 Mar 2008 13:54:24 -0600 (MDT) To: Thiago Jung Bauermann Cc: gdb-patches@sourceware.org Subject: Re: [RFC] Strings and arrays without malloc References: <20080309161335.GA26917@caradoc.them.org> <1205417784.6643.78.camel@localhost.localdomain> <1205425296.6643.93.camel@localhost.localdomain> From: Tom Tromey Reply-To: Tom Tromey X-Attribution: Tom Date: Thu, 13 Mar 2008 20:47:00 -0000 In-Reply-To: (Tom Tromey's message of "Thu\, 13 Mar 2008 10\:06\:24 -0600") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 X-SW-Source: 2008-03/txt/msg00155.txt.bz2 Tom> I only suggested git since I started with a clone of Volodya's Tom> repository. If you have something set up, I'm happy with that. Tom> Otherwise, if you like, I'll look into hosting options a bit. I decided to preserve history and make a public clone of Volodya's repository. Not knowing git very well, I'm sure I screwed something up. However, I can at least check it out using: git clone http://git.gitorious.org/gdb-python/mainline.git cd mainline git checkout -b python origin/python (If someone knows how to fix this to DTRT, I'm all ears.) Anyway, this repository has Volodya's initial code, Daniel's host-side-string patch, and all the Python stuff I've got so far. If you (anyone, not just you Thiago) are interested in helping out, and you have an FSF assignment on file, I can set you up with write access. I assume that we can continue to use the gdb lists to discuss things. If this bothers folks I guess we can set up a google group or something. Tom