kernel/team: Notify the debugger when we create the commpage image.

It isn't relocated, so otherwise we wouldn't ever notify.
This commit is contained in:
Augustin Cavalier
2024-07-17 13:39:06 -04:00
parent 58d9ba9035
commit 10a7c77a3a
+1
View File
@@ -1676,6 +1676,7 @@ team_create_thread_start_internal(void* args)
strerror(image)));
return image;
}
user_debug_image_created(&imageInfo.basic_info);
// NOTE: Normally arch_thread_enter_userspace() never returns, that is
// automatic variables with function scope will never be destroyed.