This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Finding source files - No such file or directory
- From: Andrew Haley <aph at redhat dot com>
- To: Dmitriy Gorbenko <bazil at agenstvo dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sun, 25 Mar 2007 18:53:02 +0100
- Subject: Re: Finding source files - No such file or directory
- References: <4606DF78.8050203@agenstvo.com>
Dmitriy Gorbenko writes:
>
> But no one hint to find /tmp/a directory.
>
> Could you tell me, how GDB knows about /tmp/a directory?
readelf --debug <program>
Look for the Directory Table entry.
Andrew.