From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18037 invoked by alias); 4 Apr 2003 19:31:21 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18013 invoked from network); 4 Apr 2003 19:31:16 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 4 Apr 2003 19:31:16 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h34JVGe27268 for ; Fri, 4 Apr 2003 14:31:16 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h34JVGJ11703 for ; Fri, 4 Apr 2003 14:31:16 -0500 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h34JVB312671; Fri, 4 Apr 2003 14:31:12 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id 98DA82C438; Fri, 4 Apr 2003 14:35:47 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16013.56979.85805.162267@localhost.redhat.com> Date: Fri, 04 Apr 2003 19:31:00 -0000 To: Michal Ludvig Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [PATCH] x86-64 fixes In-Reply-To: <3E7B0359.7020002@suse.cz> References: <15986.3469.893786.554687@localhost.redhat.com> <3E7B0359.7020002@suse.cz> X-SW-Source: 2003-04/txt/msg00065.txt.bz2 Michal Ludvig writes: > Elena Zannoni wrote: > > This patch fixes two internal errors I was getting with inferior > > function calls. Gdb didn't know how to deal with enum parameters and > > reference parameters. > > > > It also fixes some calls to malloc() failures. These were evident in > > tests that do stuff like p "foo" or p str_func ("foo") or even simple > > calls like p malloc(2). > > > > Michal, can you verify on your platform? If it works for you I'll > > commit it. > > Yes, works nice, thanks! Please commit it. > committed. > Michal Ludvig > -- > * SuSE CR, s.r.o * mludvig@suse.cz > * (+420) 296.545.373 * http://www.suse.cz