Add readme on the version of emacs that works with lldb-enhanced gud.el,

for Stuart Hastings. :-)

llvm-svn: 126469
This commit is contained in:
Johnny Chen 2011-02-25 01:51:25 +00:00
parent a921dc5860
commit 0e65ce3de8
1 changed files with 10 additions and 1 deletions

View File

@ -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.
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.