From: Philippe Waroquiers Date: Wed, 12 Feb 2014 20:48:18 +0000 (+0000) Subject: Mention that --vgdb=full bypasses the discard_translation gdbsrv problem X-Git-Tag: svn/VALGRIND_3_10_0~633 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=067c4c21bd3f70b3cd198a657ca3d09626a34e36;p=thirdparty%2Fvalgrind.git Mention that --vgdb=full bypasses the discard_translation gdbsrv problem git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13803 --- diff --git a/README.aarch64 b/README.aarch64 index 4227245c57..6f5de968d3 100644 --- a/README.aarch64 +++ b/README.aarch64 @@ -15,9 +15,11 @@ Current limitations, as of mid-Jan 2014. * Integration with the built in GDB server: - basically works but breakpoints are causing crashes due to missing - unchainXDirect_ARM64 needed by LibVEX_UnChain. + unchainXDirect_ARM64 needed by LibVEX_UnChain. + Use --vgdb=full to bypass the problem. - still to do: - arm64 xml register description files (allowing shadow registers to be looked at). + arm64 xml register description files (allowing shadow registers + to be looked at). ptrace invoker : currently disabled for both arm and arm64 cpsr transfer to/from gdb to be looked at (see also arm equivalent code)