From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19734 invoked by alias); 18 Jun 2007 15:49:08 -0000 Received: (qmail 19724 invoked by uid 22791); 18 Jun 2007 15:49:07 -0000 X-Spam-Check-By: sourceware.org Received: from mail.gmx.net (HELO mail.gmx.net) (213.165.64.20) by sourceware.org (qpsmtpd/0.31) with SMTP; Mon, 18 Jun 2007 15:49:02 +0000 Received: (qmail invoked by alias); 18 Jun 2007 15:48:59 -0000 Received: from port-83-236-52-166.dynamic.qsc.de (EHLO port-83-236-52-166.dynamic.qsc.de) [83.236.52.166] by mail.gmx.net (mp018) with SMTP; 18 Jun 2007 17:48:59 +0200 X-Authenticated: #9832049 From: Maik Beckmann To: gdb@sourceware.org Subject: Re: how to view content in stl vector Date: Mon, 18 Jun 2007 15:49:00 -0000 User-Agent: KMail/1.9.7 References: <200706181702.43269.maikbeckmann@gmx.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706181748.23320.maikbeckmann@gmx.de> X-Y-GMX-Trusted: 0 X-IsSubscribed: yes 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: 2007-06/txt/msg00150.txt.bz2 Am Montag, 18. Juni 2007 17:28:03 schrieb Andreas Schwab: > (gdb) p ({bool(int)}'bool foo(int)')(i) > Hello from foo > $3 = true thx for this! Btw. p ({bool(int)}'bool foo')(i) works too. Maik