History log of /external/lldb/test/expression_command/persistent_variables/TestPersistentVariables.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a45d2e2806cfa1e5b0189df96f069c137278fd46 06-Jun-2013 Sean Callanan <scallanan@apple.com> Fixes for the IR interpreter:

- Implemented the SExt instruction, and

- eliminated redundant codepaths for constant
handling.

Added test cases.

<rdar://problem/13244258>
<rdar://problem/13955820>


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@183344 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/expression_command/persistent_variables/TestPersistentVariables.py
b50a2f360d56729c9b1082a45ec91faf7448a725 24-May-2013 Sean Callanan <scallanan@apple.com> Fixed signed operations in the IR interpreter.
Scalar now can make itself signed if needed.

<rdar://problem/13977632>


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@182668 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/expression_command/persistent_variables/TestPersistentVariables.py
e7872343f18b90e4134fb91a616b138ba6bd6b92 23-May-2013 Sean Callanan <scallanan@apple.com> Fixed a bug where persistent variables did not
live as long as they needed to. This led to
equality tests involving persistent variables
often failing or succeeding when they had no
business doing so.

To do this, I introduced the ability for a
memory allocation to "leak" - that is, to
persist in the process beyond the lifetime of
the expression. Hand-declared persistent
variables do this now.

<rdar://problem/13956311>


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@182528 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/expression_command/persistent_variables/TestPersistentVariables.py
d1a4796ee349f7233a9c766a4162d71e598c6327 14-Dec-2010 Johnny Chen <johnny.chen@apple.com> Change the golden output so that merely evaluating an existing persistent variable
does not result in a newly created persistent variable. The old one is returned,
instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@121775 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/expression_command/persistent_variables/TestPersistentVariables.py
5ef1c4b77471e89c24f6964d196fcf4559ad0b37 09-Nov-2010 Johnny Chen <johnny.chen@apple.com> Move the persistent_variables directory under expression_command directory.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@118591 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/expression_command/persistent_variables/TestPersistentVariables.py