From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZILLG-0007Gx-Ql for qemu-devel@nongnu.org; Thu, 23 Jul 2015 14:35:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZILLB-0007nY-3u for qemu-devel@nongnu.org; Thu, 23 Jul 2015 14:35:38 -0400 Received: from mail-qk0-x22c.google.com ([2607:f8b0:400d:c09::22c]:34389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZILLB-0007n7-0F for qemu-devel@nongnu.org; Thu, 23 Jul 2015 14:35:33 -0400 Received: by qkfc129 with SMTP id c129so460152qkf.1 for ; Thu, 23 Jul 2015 11:35:31 -0700 (PDT) Sender: Richard Henderson References: <1436899409-27921-1-git-send-email-ismael@iodev.co.uk> From: Richard Henderson Message-ID: <55B133EE.1090007@twiddle.net> Date: Thu, 23 Jul 2015 11:35:26 -0700 MIME-Version: 1.0 In-Reply-To: <1436899409-27921-1-git-send-email-ismael@iodev.co.uk> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-i386: gdbserver: Return CS:IP as EIP on 16-bit mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ismael Luceno , qemu-devel@nongnu.org On 07/14/2015 11:43 AM, Ismael Luceno wrote: > While far from ideal, that seems to be what GDB and most other debuggers expect. If so, you'd surely want a similar change to the write side, then. r~