aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-02-25 01:51:25 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-02-25 01:51:25 +0000
commita5a34bd1ba6286f240a3d8f4307d90cd628daa2e (patch)
treeba5dc3bbbb435b66b8a519ef6153ad6e38d2d7b9 /utils
parent01d61570a57c96b3dbca0d89bf3039fe7fc99870 (diff)
downloadlldb-a5a34bd1ba6286f240a3d8f4307d90cd628daa2e.tar.gz
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
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.