This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Associating source to a running program
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Olivier Parisy <olivier dot parisy at free dot fr>
- Cc: gdb at sourceware dot org
- Date: Mon, 14 Aug 2006 15:13:14 -0700
- Subject: Re: Associating source to a running program
- References: <44E0F463.2030500@free.fr>
> Considering that this source code is available elsewhere on the file
> system, how can I specify to GDB where it can find it?
The "dir" command should probably do what you need. You can find more
information in the GDB users manual.
--
Joel