This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


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

Re: Correction of a crash in sim_memory_uninstall



stcarrez@worldnet.fr (Stephane Carrez) writes:

> I've found a problem in the common part of the simulator.  It
> crashes in `sim_memory_uninstall' when the simulator terminates.
> [...]

Thanks for finding this problem.  Your patch looks fine.

- FChE