From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13942 invoked by alias); 25 Oct 2004 09:27:23 -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 13909 invoked from network); 25 Oct 2004 09:27:21 -0000 Received: from unknown (HELO mail03.idc.renesas.com) (202.234.163.13) by sourceware.org with SMTP; 25 Oct 2004 09:27:21 -0000 Received: (from root@localhost) by guardian04.idc.renesas.com with id i9P9RJlD024558 for gdb@sources.redhat.com; Mon, 25 Oct 2004 18:27:19 +0900 (JST) Received: from unknown [172.20.8.71] by guardian04.idc.renesas.com with SMTP id UAA24557 ; Mon, 25 Oct 2004 18:27:19 +0900 Received: from mrkaisv.hoku.renesas.com ([10.145.105.245]) by rnsmtp01.hoku_r.renesas.com (8.9.3/3.7W) with ESMTP id SAA18817 for ; Mon, 25 Oct 2004 18:27:17 +0900 (JST) Received: from E5A02646 (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id 56EFC7981B7 for ; Mon, 25 Oct 2004 18:27:17 +0900 (JST) Message-ID: <018901c4ba74$fcc0e850$5169910a@E5A02646> From: "Kei Sakamoto" To: Subject: What creates corefiles? Date: Mon, 25 Oct 2004 12:53:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00410.txt.bz2 Hello, I'm debugging corefile functions of m32r-linux-gdb. I fixed several bugs in gdb. But gdb still cannot pass corefiles tests. I suspected contents of corefiles were wrong since Linux/M32R is a new environment and corefiles are not used until now. So I'd like to check whether corefiles are correct. But I don't know what creates corefiles. (Linux kernel? GLIBC?) Would anyone suggest which source files I should look into? Thank you, Kei Sakamoto