From 5086d1b3db0d39b36bd48b05e71fed49320d733e Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Sat, 3 May 2025 16:18:58 -0700 Subject: [PATCH] notes --- src/raddbg/raddbg_main.c | 3 +++ 1 file changed, 3 insertions(+) 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. ////////////////////////////////