Re: [Lldb-commits] [PATCH] D21064: [LLDB][MIPS] Fix Emulation of Compact branch and ADDIU instructions

2016-06-22 Thread Sagar Thakur via lldb-commits
slthakur closed this revision. slthakur added a comment. Committed in http://reviews.llvm.org/rL273535 Repository: rL LLVM http://reviews.llvm.org/D21064 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mail

[Lldb-commits] [lldb] r273535 - [LLDB][MIPS] Fix Emulation of Compact branch and ADDIU instructions

2016-06-22 Thread Sagar Thakur via lldb-commits
Author: slthakur Date: Thu Jun 23 01:40:37 2016 New Revision: 273535 URL: http://llvm.org/viewvc/llvm-project?rev=273535&view=rev Log: [LLDB][MIPS] Fix Emulation of Compact branch and ADDIU instructions Patch by Nitesh Jain. This patch contains 2 changes: - Corrected target address calculatio

[Lldb-commits] [lldb] r273531 - Revert r273524, it may have been the cause of a linux testbot failure

2016-06-22 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Jun 22 23:24:16 2016 New Revision: 273531 URL: http://llvm.org/viewvc/llvm-project?rev=273531&view=rev Log: Revert r273524, it may have been the cause of a linux testbot failure for TestNamespaceLookup.py; didn't see anything obviously wrong so I'll need to look at this

[Lldb-commits] [lldb] r273524 - Do some minor renames of "Mac OS X" to "macOS".

2016-06-22 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Jun 22 20:18:16 2016 New Revision: 273524 URL: http://llvm.org/viewvc/llvm-project?rev=273524&view=rev Log: Do some minor renames of "Mac OS X" to "macOS". There's uses of "macosx" that will be more tricky to change, like in triples (e.g. "x86_64-apple-macosx10.11") - f

[Lldb-commits] [lldb] r273445 - Don't omit `this' from expression args if it couldn't be read, but warn loudly.

2016-06-22 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Wed Jun 22 12:32:17 2016 New Revision: 273445 URL: http://llvm.org/viewvc/llvm-project?rev=273445&view=rev Log: Don't omit `this' from expression args if it couldn't be read, but warn loudly. Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression