Re: [Lldb-commits] [PATCH] remote-gdb-server platform able to run processes on a remote system

2015-01-18 Thread Vince Harron
REPOSITORY rL LLVM http://reviews.llvm.org/D7049 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r226427 - Update to reflect the API change to createMCSymbolizer in LLVM r226416.

2015-01-18 Thread Chandler Carruth
Author: chandlerc Date: Sun Jan 18 21:07:25 2015 New Revision: 226427 URL: http://llvm.org/viewvc/llvm-project?rev=226427view=rev Log: Update to reflect the API change to createMCSymbolizer in LLVM r226416. This should fix the LLDB build since that change. Modified: