README, GDB load command issue
authortexane <texane@gmail.com>
Fri, 10 Apr 2015 04:17:28 +0000 (06:17 +0200)
committertexane <texane@gmail.com>
Fri, 10 Apr 2015 04:17:28 +0000 (06:17 +0200)
README

diff --git a/README b/README
index be9245724358a30d8a6cfafa5535fcbc8c3c628b..46ce11c4cc46c8651bc2a0dee6a9f3c7a970b90c 100644 (file)
--- a/README
+++ b/README
@@ -156,6 +156,11 @@ A: Sometimes when you will try to use GDB `next' command to skip a loop,
 it will use a rather inefficient single-stepping way of doing that.
 Set up a breakpoint manually in that case and do `continue'.
 
+Q: Load command does not work in GDB.
+
+A: Some people report XML/EXPAT is not enabled by default when compiling
+GDB. Memory map parsing thus fail. Use --enable-expat.
+
 Currently known working combinations of programmer and target
 =============================================================