This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to deal with unrecognizable RTL code
- From: Ian Lance Taylor <iant at google dot com>
- To: "daniel.tian" <daniel dot tian at mavrixtech dot com dot cn>
- Cc: "'Jeff Law'" <law at redhat dot com>, <gcc at gcc dot gnu dot org>, "'Peng Zheng'" <peng dot zheng at mavrixtech dot com>, <thomas dot liau at mavrixtech dot com>
- Date: Mon, 29 Jun 2009 14:04:27 -0700
- Subject: Re: How to deal with unrecognizable RTL code
- References: <20090629095144.9C9D13758001@mail.mavrixtech.com.cn>
"daniel.tian" <daniel.tian@mavrixtech.com.cn> 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