From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 321 invoked by alias); 20 May 2005 21:03:00 -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 305 invoked from network); 20 May 2005 21:02:54 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 20 May 2005 21:02:54 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j4KL2seK002704 for ; Fri, 20 May 2005 17:02:54 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j4KL2mO08802; Fri, 20 May 2005 17:02:48 -0400 Received: from [172.16.24.50] (bluegiant.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j4KL2ka8009840; Fri, 20 May 2005 17:02:47 -0400 Message-ID: <428E5076.3050805@redhat.com> Date: Fri, 20 May 2005 21:03:00 -0000 From: Michael Snyder User-Agent: Mozilla Thunderbird (X11/20050322) MIME-Version: 1.0 To: Eli Zaretskii CC: gdb@sources.redhat.com Subject: Re: [discuss] Support for reverse-execution References: <428E3442.4030205@redhat.com> <01c55d7c$Blat.v2.4$252d97c0@zahav.net.il> In-Reply-To: <01c55d7c$Blat.v2.4$252d97c0@zahav.net.il> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-05/txt/msg00236.txt.bz2 Eli Zaretskii wrote: >>Date: Fri, 20 May 2005 12:02:26 -0700 >>From: Michael Snyder >>CC: Eli Zaretskii >> >> >> +extern enum step_direction_kind step_direction; >> > >> > Yuk! a global variable! >> >>That's entirely typical, Eli, for a "set/show" mode variable. > > > Except that this wasn't a set/show mode variable at all. It was a > bona fide argument to be passed to target_resume. Oh, sorry. Guess I was thinking ahead to the idea of having a user-setable direction mode.