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