From e73a5341028e95b5762f4d4db35c2f4b68a69cf3 Mon Sep 17 00:00:00 2001 From: texane Date: Fri, 10 Apr 2015 06:17:28 +0200 Subject: [PATCH] README, GDB load command issue --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index be92457..46ce11c 100644 --- 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 ============================================================= -- 2.30.2