robably wait for another
connection before continuing. */
+ fcntl (s->fd, F_SETFL, fd_flags);
return sig;
}
}
+ fcntl (s->fd, F_SETFL, fd_flags);
sig = s->signal;
s->signal = 0;
return sig;
On Thu, Apr 18, 2013 at 9:46 PM, Orr Dvor
the new patch is attached...
On Sun, Feb 17, 2013 at 6:32 PM, Orr Dvory wrote:
> Yes it would :)
> Should I do that? or that you already fixed the issue?
>
>
> On Sun, Feb 17, 2013 at 12:06 AM, Richard Henderson wrote:
>
>> On 2013-02-15 03:12, Orr Dvory wrote:
>>
when debugging with qemu(user mode), qemu waits in infinite loop to read a
signal from gdb (when it waits on breakpoint for example).
I added sleeps to reduce the cpu usage from 100% to about ~0%.
qemu-busy-wait.patch
Description: Binary data