From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32010 invoked by alias); 29 Jun 2009 21:04:43 -0000 Received: (qmail 31996 invoked by uid 22791); 29 Jun 2009 21:04:42 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_32,J_CHICKENPOX_42,SPF_PASS,WEIRD_PORT X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 29 Jun 2009 21:04:36 +0000 Received: from wpaz13.hot.corp.google.com (wpaz13.hot.corp.google.com [172.24.198.77]) by smtp-out.google.com with ESMTP id n5TL4Wiq025776 for ; Mon, 29 Jun 2009 14:04:33 -0700 Received: from pzk32 (pzk32.prod.google.com [10.243.19.160]) by wpaz13.hot.corp.google.com with ESMTP id n5TL4UmC029973 for ; Mon, 29 Jun 2009 14:04:30 -0700 Received: by pzk32 with SMTP id 32so327439pzk.29 for ; Mon, 29 Jun 2009 14:04:29 -0700 (PDT) Received: by 10.115.110.15 with SMTP id n15mr11951482wam.144.1246309469809; Mon, 29 Jun 2009 14:04:29 -0700 (PDT) Received: from localhost.localdomain.google.com (adsl-71-133-8-30.dsl.pltn13.pacbell.net [71.133.8.30]) by mx.google.com with ESMTPS id k14sm8555994waf.60.2009.06.29.14.04.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 29 Jun 2009 14:04:29 -0700 (PDT) To: "daniel.tian" Cc: "'Jeff Law'" , , "'Peng Zheng'" , Subject: Re: How to deal with unrecognizable RTL code References: <20090629095144.9C9D13758001@mail.mavrixtech.com.cn> From: Ian Lance Taylor Date: Mon, 29 Jun 2009 21:11:00 -0000 In-Reply-To: <20090629095144.9C9D13758001@mail.mavrixtech.com.cn> (daniel tian's message of "Mon\, 29 Jun 2009 17\:54\:05 +0800") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-06/txt/msg00689.txt.bz2 "daniel.tian" writes: > I check the MIPS and ARM, both those cc1 files opened in Insight debug tool > contain the mips.md and arm.md file. It is convenient while break point can > be set in it. > My port md file doesn't appear in the insight. You seem to be asking a question about Insight rather than about gcc. I haven't used Insight in a long time, but when I use gdb it knows about the .md file (e.g., "list CPU.md:1" works). So I think this question would be better directed to Insight users. Ian