diff --git a/src/raddbg/raddbg_main.c b/src/raddbg/raddbg_main.c index cfd0f1d0..8f00f15e 100644 --- a/src/raddbg/raddbg_main.c +++ b/src/raddbg/raddbg_main.c @@ -183,6 +183,9 @@ // - Fixed an annoyance where the debugger would open a console window, even // for graphical programs, causing a flicker. // - Fixed substantial unnecessary memory usage with very large output logs. +// - Fixed a debugger regression which was incorrectly using thread name events +// when those events were sent to name a suspended thread by a different +// thread. (#430) // - Made several visual improvements. ////////////////////////////////