diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-03-12 17:10:28 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-03-12 17:10:28 +0000 |
commit | 5650eb5b005fbb987c515c8354eac85130b393a4 (patch) | |
tree | 07ca374b2e2d8c83299278a8ab5e70315402bfec /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py | |
parent | 6c0bbfc0c94b24bfe52745323656e81beb8334e7 (diff) | |
download | bcm5719-llvm-5650eb5b005fbb987c515c8354eac85130b393a4.tar.gz bcm5719-llvm-5650eb5b005fbb987c515c8354eac85130b393a4.zip |
[Reproducers] Stop recording instead of deallocating
The command interpreter holds a pointer to a DataRecorder. After
generating the reproducer, we deallocated all the DataRecorders, causing
the command interpreter to hold a non-null reference to an invalid
object.
This patch changes the behavior of the command provider to stop the
DataRecorders when a reproducer is generated, rather than deallocating
them.
llvm-svn: 355940
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions