Files
clang-p2996/lldb/scripts/Python/interface
Enrico Granata 0c10a85000 Add the ability for an SBValue to create a persisted version of itself.
Such a persisted version is equivalent to evaluating the value via the expression evaluator, and holding on to the $n result of the expression, except this API can be used on SBValues that do not obviously come from an expression (e.g. are the result of a memory lookup)

Expose this via SBValue::Persist() in our public API layer, and ValueObject::Persist() in the lldb_private layer

Includes testcase

Fixes rdar://19136664

llvm-svn: 223711
2014-12-08 23:13:56 +00:00
..
2013-02-25 21:53:07 +00:00
2013-05-03 01:29:27 +00:00
2013-06-11 22:06:06 +00:00
2014-07-01 21:22:11 +00:00
2014-07-01 21:22:11 +00:00
2014-07-30 17:38:47 +00:00
2014-06-27 02:42:12 +00:00
2014-08-11 18:06:28 +00:00
2013-05-03 01:29:27 +00:00
2013-05-03 01:29:27 +00:00
2013-05-03 01:29:27 +00:00
2014-06-23 20:49:41 +00:00