Subject: Re: help to get gdb working ..
To: Srinivasa R Kanduru <skanduru@gmail.com>
From: Martin Husemann <martin@duskware.de>
List: tech-toolchain
Date: 04/17/2007 09:57:08
On Tue, Apr 17, 2007 at 12:31:16AM -0700, Srinivasa R Kanduru wrote:
> I used the "directory" option to set the sources

I would check the relative path recorded by the linker for the debug
info - something like

   strings netbsd.gdb | fgrep mydriver.c

and check the relative path. Normally there is nothing special you should
need to do (i.e. no "directory" or anything).

Martin