[all-commits] [llvm/llvm-project] e3a028: [lldb/Test] Fix replay with TestSetWatchpoint.py
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu May 21 20:35:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e3a0283e5a3f7eccd82c7e090188926723e8d8c9
https://github.com/llvm/llvm-project/commit/e3a0283e5a3f7eccd82c7e090188926723e8d8c9
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-05-21 (Thu, 21 May 2020)
Changed paths:
M lldb/test/API/python_api/watchpoint/TestSetWatchpoint.py
Log Message:
-----------
[lldb/Test] Fix replay with TestSetWatchpoint.py
The reproducers only track the creation of objects and not their
destruction. Therefore it keeps all objects alive indefinitely.
More information about the All-commits
mailing list