[Lldb-commits] [lldb] r126469 - /lldb/trunk/utils/emacs/README

Johnny Chen johnny.chen at apple.com
Thu Feb 24 17:51:25 PST 2011


Author: johnny
Date: Thu Feb 24 19:51:25 2011
New Revision: 126469

URL: http://llvm.org/viewvc/llvm-project?rev=126469&view=rev
Log:
Add readme on the version of emacs that works with lldb-enhanced gud.el,
for Stuart Hastings. :-)

Modified:
    lldb/trunk/utils/emacs/README

Modified: lldb/trunk/utils/emacs/README
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/utils/emacs/README?rev=126469&r1=126468&r2=126469&view=diff
==============================================================================
--- lldb/trunk/utils/emacs/README (original)
+++ lldb/trunk/utils/emacs/README Thu Feb 24 19:51:25 2011
@@ -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.





More information about the lldb-commits mailing list