Re: [Lldb-commits] [PATCH] D14549: Use uniqueness of C++ fully-qualified names to resolve conflicts

2015-11-12 Thread Ramkumar Ramachandra via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL252898: Use uniqueness of C++ fully-qualified names to resolve conflicts (authored by artagnon). Changed prior to commit: http://reviews.llvm.org/D14549?vs=39841=40044#toc Repository: rL LLVM

[Lldb-commits] [lldb] r252898 - Use uniqueness of C++ fully-qualified names to resolve conflicts

2015-11-12 Thread Ramkumar Ramachandra via lldb-commits
Author: artagnon Date: Thu Nov 12 08:44:24 2015 New Revision: 252898 URL: http://llvm.org/viewvc/llvm-project?rev=252898=rev Log: Use uniqueness of C++ fully-qualified names to resolve conflicts A very expected layout: source tree is in ~/src/llvm, the build directory is in ~/src/llvm-build, and

Re: [Lldb-commits] [PATCH] D13819: LLDBStandalone: Report nice errors on missing vars

2015-11-10 Thread Ramkumar Ramachandra via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL252624: LLDBStandalone: Report nice errors on missing vars (authored by artagnon). Changed prior to commit: http://reviews.llvm.org/D13819?vs=37616=39822#toc Repository: rL LLVM

[Lldb-commits] [PATCH] D14549: Use uniqueness of C++ fully-qualified names to resolve conflicts

2015-11-10 Thread Ramkumar Ramachandra via lldb-commits
artagnon created this revision. artagnon added reviewers: clayborg, tfiala. artagnon added a subscriber: lldb-commits. A very expected layout: source tree is in ~/src/llvm, the build directory is in ~/src/llvm-build, and the install location is in /usr/local/{lib,include}. The DWARF information

Re: [Lldb-commits] [PATCH] D13819: LLDBStandalone: Report nice errors on missing vars

2015-11-04 Thread Ramkumar Ramachandra via lldb-commits
artagnon added a comment. Okay, so run this on the current HEAD: $ cmake -GNinja -DCMAKE_BUILD_TYPE=Debug ../lldb -- The C compiler identification is AppleClang 6.1.0.6020053 -- The CXX compiler identification is AppleClang 6.1.0.6020053 -- Check for working C compiler using: Ninja --

[Lldb-commits] [PATCH] D13819: LLDBStandalone: Report nice errors on missing vars

2015-10-16 Thread Ramkumar Ramachandra via lldb-commits
artagnon created this revision. artagnon added reviewers: chaoren, brucem. artagnon added a subscriber: lldb-commits. http://reviews.llvm.org/D13819 Files: cmake/modules/LLDBStandalone.cmake Index: cmake/modules/LLDBStandalone.cmake