From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6154 invoked by alias); 27 Jun 2007 01:10:49 -0000 Received: (qmail 6137 invoked by uid 22791); 27 Jun 2007 01:10:47 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 27 Jun 2007 01:10:45 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1I3M3N-0004BD-5b; Wed, 27 Jun 2007 01:10:41 +0000 Message-ID: <4681B910.30B50240@dessent.net> Date: Wed, 27 Jun 2007 06:52:00 -0000 From: Brian Dessent Reply-To: insight@sourceware.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: Ulrich Weigand CC: insight@sourceware.org, gdb-patches@sourceware.org Subject: Re: [3/3] Remove deprecated_register_gdbarch_swap infrastructure References: <200706270013.l5R0DDii030369@d12av02.megacenter.de.ibm.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2007-06/txt/msg00478.txt.bz2 Ulrich Weigand wrote: > I've actually never looked at Insight before. Where's that code > located? It's in the same repository as gdb, except using the module name 'insight' instead of 'gdb'. >From looking at the modules file it looks like you could get an insight checkout by starting with a gdb checkout and then adding the gdb/gdbtk and gdb/testsuite/gdb.gdbtk directories, plus the tcl/tk stuff: naked-gdb-guifull -a src/gdb naked-gdb -a !src/gdb/gdbtk !src/gdb/testsuite/gdb.gdbtk src/gdb gdb-support -a naked-texinfo naked-bfd naked-opcodes \ naked-readline naked-libiberty naked-include \ naked-sim naked-cpu src/djunpack.bat naked-intl \ src-support # Module reflecting active development. gdb -a naked-gdb gdb-support gdb+dejagnu -a gdb naked-dejagnu naked-expect naked-tcl gdb+binutils -a gdb naked-binutils naked-gas naked-gprof naked-ld binutils+gdb -a gdb+binutils gdb+dejagnu+binutils -a gdb+dejagnu naked-binutils naked-gas naked-gprof naked-ld gdb+binutils+dejagnu -a gdb+dejagnu+binutils binutils+gdb+dejagnu -a gdb+dejagnu+binutils insight -a naked-gdb-guifull gdb-support \ naked-tcl naked-tk naked-itcl naked-tix naked-libgui insight+dejagnu -a insight naked-dejagnu naked-expect Brian