Created attachment 153496 [details] Add lldb support patch I was wondering how easy/difficult it would be to apply the lldb patch [1] to emacs and it was very easy. FreeBSD is likely to adopt lldb so I think it may be a good idea to have it in the port. [1] http://lists.gnu.org/archive/html/emacs-devel/2015-02/msg00274.html
Fix Summary and assign.
(In reply to Pedro F. Giffuni from comment #0) > I was wondering how easy/difficult it would be to apply the lldb patch [1] to emacs and it was very easy. Did you test it ? Does this work/merge with current emacs-devel snapshot ? If yes, then I can add an OPTION for it, and only apply diff on demand. Also would you be willing to maintain the diff ? Thanks!
(In reply to Pedro F. Giffuni from comment #0) >I was wondering how easy/difficult it would be to apply the lldb patch [1] to emacs and it was very easy. > FreeBSD is likely to adopt lldb so I think it may be a good idea to have it in the port. > [1] http://lists.gnu.org/archive/html/emacs-devel/2015-02/msg00274.html Do you know where the diff lives in LLVM tree ? Thanks!
(In reply to Ashish SHUKLA from comment #2) To recap a little what we discussed privately ... we discussed it would be convenient to have such support as an option rather that the default. (In reply to Ashish SHUKLA from comment #3) Hello; I got it from the emacs-devel list and I traced it back to this commit: https://gitorious.org/lldb/lldb/commit/40e4dbf It also appears in Apple's opensource website: http://www.opensource.apple.com/source/lldb/lldb-76/utils/emacs/ (There's also a screenshot there) I appears it might have been relocated in the lldb site but I haven't found it yet.
Created attachment 154092 [details] Updated editors/emacs-devel diff Hi, Attached is the editors/emacs-devel update with the LLDB support diff integrated. I'll get it committed in a day or two, if you like to try it out, then feel free to. Thanks Ashish
Comment on attachment 153496 [details] Add lldb support patch I am trying it right away. Thanks!
Committed in r381999[1]. Thanks! [1] https://svnweb.freebsd.org/ports?view=revision&revision=381999