On 19 Oct 2022 16:24, Andrew Burgess via Gdb-patches wrote: > The ppc simulator, in sim_create_inferior, tries to print the function > local entry_point variable before the variable is initialized. > > In this commit, I defer the debug print line until the variable has > been initialized. lgtm -mike