Re: [Qemu-devel] [PATCH 1/2][RESENT] Add GDB qAttached support

2014-03-12 Thread Peter Maydell
On 12 March 2014 07:37, Jan Kiszka wrote: > Peter, could you pick up these two almost trivial long-pending patches? > They still apply and are still useful. If you prefer that I repost them, > just let me know. I don't really want to apply more patches directly than I absolutely have to, because

Re: [Qemu-devel] [PATCH 1/2][RESENT] Add GDB qAttached support

2014-03-12 Thread Jan Kiszka
On 2013-07-17 10:10, Jan Kiszka wrote: > With this patch QEMU handles qAttached request from gdb. When QEMU > replies 1, GDB sends a "detach" command at the end of a debugging > session otherwise GDB sends "kill". > > The default value for qAttached is 1 on system emulation and 0 on user > emulati