[Lldb-commits] [lldb] r269366 - Added missing makefile from patch D19124 (should fix the corresponding commit rL269340)

2016-05-12 Thread Cameron Desrochers via lldb-commits
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

[Lldb-commits] [lldb] r271209 - [LLDB] Make sure that indexing is done before clearing DIE info

2016-05-30 Thread Cameron Desrochers via lldb-commits
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

[Lldb-commits] [lldb] r272682 - [lldb] Fixed race conditions on private state thread exit

2016-06-14 Thread Cameron Desrochers via lldb-commits
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

[Lldb-commits] [lldb] r374195 - [LLDB] Fix for synthetic children memory leak

2019-10-09 Thread Cameron Desrochers via lldb-commits
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

[Lldb-commits] [lldb] r374231 - [LLDB] Fix for regression of test 'TestDataFormatterInvalidStdUniquePtr.py' introduced in r374195

2019-10-09 Thread Cameron Desrochers via lldb-commits
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