Author: cameron314
Date: Thu May 12 17:10:16 2016
New Revision: 269366
URL: http://llvm.org/viewvc/llvm-project?rev=269366&view=rev
Log:
Added missing makefile from patch D19124 (should fix the corresponding commit
rL269340)
Added:
lldb/trunk/packages/Python/lldbsuite/test/expression_comman
Author: cameron314
Date: Mon May 30 10:32:51 2016
New Revision: 271209
URL: http://llvm.org/viewvc/llvm-project?rev=271209&view=rev
Log:
[LLDB] Make sure that indexing is done before clearing DIE info
"ClearDIEs()" was being called too soon, before everyone was done using the
DIEs.
This fix del
Author: cameron314
Date: Tue Jun 14 11:22:45 2016
New Revision: 272682
URL: http://llvm.org/viewvc/llvm-project?rev=272682&view=rev
Log:
[lldb] Fixed race conditions on private state thread exit
This patch fixes various races between the time the private state thread is
signaled to exit and the
Author: cameron314
Date: Wed Oct 9 11:27:33 2019
New Revision: 374195
URL: http://llvm.org/viewvc/llvm-project?rev=374195&view=rev
Log:
[LLDB] Fix for synthetic children memory leak
The lifetime of a ValueObject and all its derivative ValueObjects (children,
clones, etc.) is managed by a Cluste
Author: cameron314
Date: Wed Oct 9 14:15:48 2019
New Revision: 374231
URL: http://llvm.org/viewvc/llvm-project?rev=374231&view=rev
Log:
[LLDB] Fix for regression of test 'TestDataFormatterInvalidStdUniquePtr.py'
introduced in r374195
Differential Revision: https://reviews.llvm.org/D68641
Modif