Hi 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? Thanks bye Fabi