This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: Release symbol file
- From: Michael Chastain <mec dot gnu at mindspring dot com>
- To: gdb at sources dot redhat dot com, Cenedese at indel dot ch
- Date: Wed, 22 Sep 2004 10:20:52 -0400
- Subject: Re: Release symbol file
- References: <5.2.0.9.1.20040922130725.01d68fe0@NT_SERVER>
Fabian Cenedese <Cenedese@indel.ch> wrote:
> I know that gdb tries to optimize disc accesses by first reading only the
> minimal symbols and only complete them upon request. Is there a
> possibility to read in the whole file and release it so the tool chain
> can overwrite it? Or do I need to do stuff like copying the file and read
> this into gdb so the original can be overwritten?
gdb --readnow file