|
From: <sv...@va...> - 2014-02-12 20:48:27
|
Author: philippe
Date: Wed Feb 12 20:48:18 2014
New Revision: 13803
Log:
Mention that --vgdb=full bypasses the discard_translation gdbsrv problem
Modified:
trunk/README.aarch64
Modified: trunk/README.aarch64
==============================================================================
--- trunk/README.aarch64 (original)
+++ trunk/README.aarch64 Wed Feb 12 20:48:18 2014
@@ -15,9 +15,11 @@
* 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)
|