On Tue, Feb 3, 2015 at 8:28 AM, Kaiyuan <kaiyu...@tju.edu.cn> wrote: > Hello, guys > > I am trying to use gdb to debug qemu-system-ppc to see the details of tcg. > However, after setting breakpoint in > translate.c:gen_intermediate_code_internal and steps over, gdb showed > message: > > Program received signal SIGUSR1, User defined signal 1.
It's the internal timer machinery of QEMU. Just ignore it with handle SIGUSR1 pass nostop noprint -- Thanks. -- Max