diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2017-10-23 21:12:19 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2017-10-23 21:12:19 +0000 |
commit | 089dac7be115f8c822f83c8b6e0633854c9e9c80 (patch) | |
tree | 6ad1dcef9f7c7cd32aa07ca05331f19fe245a02c /lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py | |
parent | 7887238c7c8f13d0caf4da1d93af5fd6ee9cb64a (diff) | |
download | bcm5719-llvm-089dac7be115f8c822f83c8b6e0633854c9e9c80.tar.gz bcm5719-llvm-089dac7be115f8c822f83c8b6e0633854c9e9c80.zip |
Make Ctx a plain pointer again.
If a struct has a std::unique_ptr member, the logical interpretation
is that that member will be destroyed with the struct.
That is not the case for Ctx. It is has to be deleted earlier and its
lifetime is defined by the functions where the AddressState is
created.
llvm-svn: 316378
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py')
0 files changed, 0 insertions, 0 deletions