When GDB is connected with qemu-1.1.0(target x86_64-softmmu), it is
not possible to debug it.
(Bug#640213)
The reason for the cause is that the correspondence of CPU register
and the register value seen on the GDB side is incorrect.
The evasion of the problem is possible by the replacement of
Sorry,I was misunderstanding it.
If The main loop will iterate again, it is unquestionable.
--
E.Furukawa
> On Thu, Dec 06, 2012 at 12:30:19AM +0000, Furukawa, Eiji wrote:
> >
> > The select() do not masked signal in os_host_main_loop_wait.
> >
> > For example,
jnoczi [mailto:stefa...@gmail.com]
> Sent: Thursday, November 29, 2012 11:18 PM
> To: Furukawa, Eiji/古川 英治
> Cc: qemu-devel@nongnu.org
> Subject: Re: [Qemu-devel] main-loop.c: About Select handling
>
> On Wed, Nov 28, 2012 at 03:08:24AM +, Furukawa, Eiji wrote:
> > Abo
About a source of qemu-1.2.0/main-loop.c
The select handling of os_host_main_loop_wait function
I do not seem to do Exit by interrupts such as SIGUSR1
Will not it be necessary to make modifications?
Before
LineNumber:308 ret = select(nfds + 1, &rfds, &wfds, &xfds, tvarg);
After(Example)
do