Rene Gollent 4e9b38d34e Fix #9221.
- When an image creation notification is received, the thread
  that provoked it needs to be suspended until the debugger has
  finished loading the image's debug information. Otherwise, if that
  image had a breakpoint in it, it was possible that the thread would
  execute past the code where the breakpoint should be before the
  debugger had a chance to actually install it.

- Only update breakpoints when debug info loading has actually finished.
2012-11-29 08:12:49 -05:00
..
2012-11-29 07:55:20 +00:00
2012-11-29 08:12:49 -05:00
2012-07-30 13:12:02 +00:00
2012-11-18 16:42:27 +00:00
2012-11-25 15:07:48 -05:00