History log of /external/lldb/test/expression_command/persistent_variables/main.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/main.c
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/main.c