summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2013-01-15 23:29:36 +0000
committerSean Callanan <scallanan@apple.com>2013-01-15 23:29:36 +0000
commit3c495c187f090517fe331b619db1decc3b2db4c7 (patch)
tree2703336ac629537f2725051061d8c753a35b5659 /lldb/scripts/Python
parentcf6009b9c2bcaf53852468453f97ff51e7bc5757 (diff)
downloadbcm5719-llvm-3c495c187f090517fe331b619db1decc3b2db4c7.tar.gz
bcm5719-llvm-3c495c187f090517fe331b619db1decc3b2db4c7.zip
ClangExpressionVariable previously was not capable of
handling multiple clients. However, occasionally an expression must be run in the service of another expression, and in this case two parsers need to access the same list of persistent variables. To allow this, persistent variables now provide state for multiple parsers, and parsers must allocate, access, and deallocate this state by providing their own ID (at the moment, simply the value of the "this" pointer). <rdar://problem/12914539> llvm-svn: 172573
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud