From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22764 invoked by alias); 22 Nov 2008 00:47:47 -0000 Received: (qmail 22691 invoked by uid 22791); 22 Nov 2008 00:47:46 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 22 Nov 2008 00:47:10 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 6F6CAC003; Fri, 21 Nov 2008 16:47:08 -0800 (PST) Received: from [10.20.92.151] (promb-2s-dhcp151.eng.vmware.com [10.20.92.151]) by mailhost4.vmware.com (Postfix) with ESMTP id 67D0EC9A81; Fri, 21 Nov 2008 16:47:08 -0800 (PST) Message-ID: <49275680.50509@vmware.com> Date: Sat, 22 Nov 2008 00:47:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Paul Pluzhnikov CC: Gaius Mulley , Sandeep222 , "gdb@sourceware.org" Subject: Re: How to store function-name and its return values while program runs References: <20618721.post@talk.nabble.com> <87skpl1gy7.fsf@j228-gm.comp.glam.ac.uk> <4927062C.4020806@vmware.com> <8ac60eac0811211410s2196e9a1g28c824850b222bf6@mail.gmail.com> In-Reply-To: <8ac60eac0811211410s2196e9a1g28c824850b222bf6@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2008-11/txt/msg00139.txt.bz2 Paul Pluzhnikov wrote: > On Fri, Nov 21, 2008 at 11:04 AM, Michael Snyder wrote: > >> (gdb) break function1 >> (gdb) commands >>> finish >>> continue >>> end >> (gdb) > > I wished many times that above worked, but it doesn't: 'finish' > appears to interrupt flow of script, and subsequent commands are > never executed: Am I halucinating? I thought we fixed that a long time ago.