This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Release symbol file


>> Thanks, but what about the MI? I can't give switches to e.g
>> -file-exec-and-symbol, can I? I mean, once gdb is started. Or
>> do I have to stop and restart gdb every time?
>
>--readnow is a global flag.  It turns on the "read now" behavior
>on all future calls to symbol_file_add_with_addrs_or_offsets.
>
>gdb does keep file descriptors open for the target program,
>but it ought to have all the symbols in memory after
>"expanding to full symbols".

I'm not concerned about the symbols but about the file access.
Even when started with "gdb --readnow -i mi" and load a file
I can't delete that file anymore. As I want to recreate it without
unloading from gdb I guess I need to make a copy then.

Thanks

bye  Fabi



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]