From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEVzY-0001Ov-3D for qemu-devel@nongnu.org; Fri, 04 May 2018 04:23:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEVzW-0005SW-HI for qemu-devel@nongnu.org; Fri, 04 May 2018 04:23:00 -0400 Received: from mail-ot0-x242.google.com ([2607:f8b0:4003:c0f::242]:39270) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fEVzW-0005RN-Bd for qemu-devel@nongnu.org; Fri, 04 May 2018 04:22:58 -0400 Received: by mail-ot0-x242.google.com with SMTP id l12-v6so23623058oth.6 for ; Fri, 04 May 2018 01:22:58 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <87zi1g8qrd.fsf@linaro.org> References: <1524153386-3550-1-git-send-email-abdallah.bouassida@lauterbach.com> <87zi1g8qrd.fsf@linaro.org> From: Peter Maydell Date: Fri, 4 May 2018 09:22:37 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v6 0/3] target/arm: Add a dynamic XML-description of the cp-registers to GDB List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QWxleCBCZW5uw6ll?= Cc: Abdallah Bouassida , QEMU Developers , qemu-arm , Khaled Jmal On 3 May 2018 at 20:48, Alex Benn=C3=A9e wrote: > > Abdallah Bouassida writes: > >> The previous version: >> http://patchwork.ozlabs.org/project/qemu-devel/list/?series=3D33714 > > I was trying to do some testing but I was finding it very hard to do at > gdb kept throwing up errors like: > > (gdb) x/10i $pc > =3D> 0xffffff8008097760 : Cannot access m= emory at address 0xffffff8008097760 > Detaching from program: /home/alex/lsrc/qemu/kernel-v8-plain.build/vmlinu= x, Remote target > Ending remote debugging. > > However this seems to be the same on master as well so I wonder there is > a regression somewhere. What gdb version are you using? If it's a new one you may be running into https://sourceware.org/bugzilla/show_bug.cgi?id=3D23127 (a regression in gdb). thanks -- PMM