aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/emacs/README11
1 files changed, 10 insertions, 1 deletions
diff --git a/utils/emacs/README b/utils/emacs/README
index 9a0a15950..887092eeb 100644
--- a/utils/emacs/README
+++ b/utils/emacs/README
@@ -24,4 +24,13 @@ Debugger entered--Lisp error: (void-function split-string-and-unquote)
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.