From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16867 invoked by alias); 8 Apr 2010 23:37:52 -0000 Received: (qmail 16855 invoked by uid 22791); 8 Apr 2010 23:37:51 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Apr 2010 23:37:48 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id B9FF739072; Thu, 8 Apr 2010 16:37:44 -0700 (PDT) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost3.vmware.com (Postfix) with ESMTP id AFEB5CD939; Thu, 8 Apr 2010 16:37:44 -0700 (PDT) Message-ID: <4BBE68C8.6030909@vmware.com> Date: Thu, 08 Apr 2010 23:37:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20100311) MIME-Version: 1.0 To: "H.J. Lu" CC: Mark Kettenis , "gdb-patches@sourceware.org" Subject: Re: Gcore doesn't work on i386 without SSE References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00212.txt.bz2 H.J. Lu wrote: > The fundamental question is if coredump generated by > gcore should be as close to the one generated by OS > as possible. I don't think that really matters, since gdb is the only known consumer. Just as long as gdb can read them is the important thing.