From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12864 invoked by alias); 29 May 2003 18:34:16 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 12842 invoked from network); 29 May 2003 18:34:15 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 29 May 2003 18:34:15 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3p2/8.9.3) with ESMTP id OAA19128 for ; Thu, 29 May 2003 14:29:23 -0400 Received: from node1.ott.qnx.com (hwlab1 [10.0.2.159]) by smtp.ott.qnx.com (8.8.8/8.6.12) with ESMTP id OAA31911 for ; Thu, 29 May 2003 14:34:15 -0400 Received: (from alain@localhost) by node1.ott.qnx.com (8.8.8/8.6.12) id OAA29729 for gdb@sources.redhat.com; Thu, 29 May 2003 14:34:21 -0400 Message-Id: <200305291834.OAA29729@node1.ott.qnx.com> Subject: Re: malloc in inferior To: gdb@sources.redhat.com Date: Thu, 29 May 2003 18:34:00 -0000 From: "Alain Magloire" In-Reply-To: <20030529172404.GA24128@nevyn.them.org> from "Daniel Jacobowitz" at May 29, 2003 01:24:05 PM MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00398.txt.bz2 > > Hmm. This might be possible. > > Again, do you have a concrete example where GDB calls malloc() other > than strings? > (gdb) p {1, 2, 3} Note: I did not follow the discussion/thread