This is the mail archive of the gdb-patches@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: [RFA] win32: bfd_cache_close after kill


When the inferior is killed, it is safe the release the different file
handles that BFD keeps open. It is particularly useful on Win32 (and
presumably on HP UX) to be able to recompile and restart a new debugging
session without quitting GDB...


New implementation, using bfd_cache_close_all. No regression on i686
linux. OK to apply?

Can it now go in the symbol-table reader that opened the file?


Andrew



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