Re: [Qemu-devel] [RFA] Always consider infcall breakpoints as non-permanent.

2014-11-23 Thread Joel Brobecker
2001 From: Joel Brobecker brobec...@adacore.com Date: Thu, 20 Nov 2014 20:41:25 +0400 Subject: [PATCH] Always consider infcall breakpoints as non-permanent. A recent change... commit 1a853c5224e2b8fedfac6d029365522b83080b40 Date: Wed Nov 12 10:10:49 2014 + Subject: make permanent

Re: [Qemu-devel] [PATCH] gdbstub: Do not kill target in system emulation mode

2013-01-23 Thread Joel Brobecker
qAttached is not supported in Qemu yet, this explains why Gdb sends kill at the end of debug session. I will implement it and revert your patch. Gdb will automatically detach instead of kill at the end of debugging session. I would make it configurable by the command-line, to allow for both