Previously the scope of debug type of __coro_frame is limited in the current function. It looked good at the first sight. But it prevent us to print the type in splitted functions and other functions. Also the debug type is different for different coroutine functions. So it makes sense to rename the debug type to make it related to the function name.
After the patch, we could print the layout of any coroutine frame once we know the address. We could find the method in https://reviews.llvm.org/D127626.