diff options
| author | Sean Callanan <scallanan@apple.com> | 2013-01-15 23:29:36 +0000 |
|---|---|---|
| committer | Sean Callanan <scallanan@apple.com> | 2013-01-15 23:29:36 +0000 |
| commit | 3c495c187f090517fe331b619db1decc3b2db4c7 (patch) | |
| tree | 2703336ac629537f2725051061d8c753a35b5659 /lldb/scripts/Python/modify-python-lldb.py | |
| parent | cf6009b9c2bcaf53852468453f97ff51e7bc5757 (diff) | |
| download | bcm5719-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/modify-python-lldb.py')
0 files changed, 0 insertions, 0 deletions

