]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Mention that --vgdb=full bypasses the discard_translation gdbsrv problem
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 12 Feb 2014 20:48:18 +0000 (20:48 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 12 Feb 2014 20:48:18 +0000 (20:48 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13803

README.aarch64

index 4227245c572a366164014bd3cffe48a503441745..6f5de968d3837026390223bdc835ba00ac572204 100644 (file)
@@ -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)