From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11876 invoked by alias); 17 Mar 2006 19:42:01 -0000 Received: (qmail 11867 invoked by uid 22791); 17 Mar 2006 19:42:00 -0000 X-Spam-Check-By: sourceware.org Received: from mail.artimi.com (HELO SERRANO.CAM.ARTIMI.COM) (217.40.213.68) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 17 Mar 2006 19:41:58 +0000 Received: from rainbow ([192.168.1.165]) by SERRANO.CAM.ARTIMI.COM with Microsoft SMTPSVC(6.0.3790.1830); Fri, 17 Mar 2006 19:41:54 +0000 From: "Dave Korn" To: , Subject: RE: C++, "too few arguments in function call" error? Date: Sat, 18 Mar 2006 10:18:00 -0000 Message-ID: <00c501c649fa$d8890d70$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <51002867-92EF-4D41-BB5A-9EE2EB2C5FB4@encodia.biz> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00136.txt.bz2 On 17 March 2006 18:28, rob@encodia.biz wrote: > That does work sometimes. But if the class is a template, or if the > method is overloaded, I can't do it, or I have to type way too much, You do know about gdb doing tab-completion, yes? It doesn't always help but I just thought I'd ask... > (gdb) p set, > std::allocator >::begin(&set1) > $1 = { > _M_node = 0x3008c0 > } > > That works, but it's horrible. Less so with completion. cheers, DaveK -- Can't think of a witty .sigline today....