From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7493 invoked by alias); 13 Jul 2008 23:18:22 -0000 Received: (qmail 7484 invoked by uid 22791); 13 Jul 2008 23:18:22 -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; Sun, 13 Jul 2008 23:18:04 +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 m6DNI2IX012006; Sun, 13 Jul 2008 19:18:02 -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 m6DNI2sA013327; Sun, 13 Jul 2008 19:18:02 -0400 Received: from opsy.redhat.com (vpn-10-12.bos.redhat.com [10.16.10.12]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m6DNI1u2025512; Sun, 13 Jul 2008 19:18:01 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id CDB5737814C; Sun, 13 Jul 2008 17:18:00 -0600 (MDT) To: Stan Shebs Cc: gdb@sourceware.org Subject: Re: Move GDB to C++ ? References: <487658F7.1090508@earthlink.net> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Sun, 13 Jul 2008 23:18:00 -0000 In-Reply-To: (Tom Tromey's message of "Thu\, 10 Jul 2008 16\:41\:13 -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-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00147.txt.bz2 >>>>> "Tom" == Tom Tromey writes: Tom> * Templates are used in at least one place -- vec.h. I found another gdb-specific example of this: observers. A given observer is essentially an instance of a template class. Tom