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&id=40044#toc Repository: rL LLVM htt

[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&view=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,

[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 i

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&id=39822#toc Repository: rL LLVM http://reviews.ll

[Lldb-commits] [lldb] r252624 - LLDBStandalone: Report nice errors on missing vars

2015-11-10 Thread Ramkumar Ramachandra via lldb-commits
Author: artagnon Date: Tue Nov 10 12:09:14 2015 New Revision: 252624 URL: http://llvm.org/viewvc/llvm-project?rev=252624&view=rev Log: LLDBStandalone: Report nice errors on missing vars Differential Revision: http://reviews.llvm.org/D13819 Modified: lldb/trunk/cmake/modules/LLDBStandalone.cm

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 -- C

Re: [Lldb-commits] [PATCH] D13816: Fix a some silly warnings

2015-11-03 Thread Ramkumar Ramachandra via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL251979: Squelch a silly warning regarding an extra 'default' in 'case' (authored by artagnon). Changed prior to commit: http://reviews.llvm.org/D13816?vs=37611&id=39111#toc Repository: rL LLVM http:

[Lldb-commits] [lldb] r251979 - Squelch a silly warning regarding an extra 'default' in 'case'

2015-11-03 Thread Ramkumar Ramachandra via lldb-commits
Author: artagnon Date: Tue Nov 3 15:29:52 2015 New Revision: 251979 URL: http://llvm.org/viewvc/llvm-project?rev=251979&view=rev Log: Squelch a silly warning regarding an extra 'default' in 'case' Let the editor also clean up whitespace for that file. Reviewers: clayborg Subscribers: lldb-comm

[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 =

[Lldb-commits] [PATCH] D13816: Fix a some silly warnings

2015-10-16 Thread Ramkumar Ramachandra via lldb-commits
artagnon created this revision. artagnon added a reviewer: clayborg. artagnon added a subscriber: lldb-commits. http://reviews.llvm.org/D13816 Files: source/Commands/CommandObjectMemory.cpp tools/debugserver/source/RNBRemote.cpp tools/debugserver/source/debugserver.cpp Index: tools/debugse

Re: [Lldb-commits] [PATCH] D13816: Fix a some silly warnings

2015-10-16 Thread Ramkumar Ramachandra via lldb-commits
artagnon updated this revision to Diff 37611. artagnon added a comment. Er, silly mistake (build failure) http://reviews.llvm.org/D13816 Files: source/Commands/CommandObjectMemory.cpp tools/debugserver/source/RNBRemote.cpp tools/debugserver/source/debugserver.cpp Index: tools/debugserver