mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 03:06:08 +01:00
4e9b38d34e
- 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.