From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12372 invoked by alias); 20 Jun 2002 23:32:51 -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 12365 invoked from network); 20 Jun 2002 23:32:49 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 20 Jun 2002 23:32:49 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 942F83D2C; Thu, 20 Jun 2002 19:32:42 -0400 (EDT) Message-ID: <3D12661A.9040108@cygnus.com> Date: Thu, 20 Jun 2002 16:32:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020613 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Elena Zannoni Cc: Mike Cleary , gdb@sources.redhat.com, clp Subject: Re: GDB *** [event-top.o] Error 1!! References: <3D123673.6080409@iol.unh.edu> <15634.19855.893660.159800@localhost.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00156.txt.bz2 > - arg1->data.integer = time_at_cmd_start; > - arg2->data.integer = space_at_cmd_start; > + arg1->data.longint = time_at_cmd_start; > +#ifdef HAVE_SBRK > + arg2->data.longint = space_at_cmd_start; > +#endif > add_continuation (command_line_handler_continuation, arg1); > } Hmm, might as well pull that into the 5.2 branch. Andrew