Add readme on the version of emacs that works with lldb-enhanced gud.el,
for Stuart Hastings. :-)


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@126469 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/emacs/README b/utils/emacs/README
index 9a0a159..887092e 100644
--- a/utils/emacs/README
+++ b/utils/emacs/README
@@ -24,4 +24,13 @@
   call-interactively(execute-extended-command)
 
 The gud-common-init elisp function references split-string-and-unquote function
-which is not defined there.
\ No newline at end of file
+which is not defined there.
+
+--------------------------------------------------------------------------------
+
+Versions of emacs that do work (with minimal testing):
+
+o I downloaded the Emacs Version 23.2 (Released 2010-05-08) from http://emacsformacosx.com/,
+ran it with "/Volumes/data/Applications/Emacs.app/Contents/MacOS/Emacs -nw" (as a dumb terminal
+application), loaded the gud.el file, cd to test/breakpoint_condition, and M-x lldb to run my
+built lldb against the a.out executable, it seems to work ok.