Re: [Lldb-commits] [PATCH] D20738: Make sure that indexing is done before clearing DIE info.

2016-05-30 Thread Cameron via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL271209: [LLDB] Make sure that indexing is done before clearing DIE info (authored by cameron314). Changed prior to commit: http://reviews.llvm.org/D20738?vs=58661&id=58965#toc Repository: rL LLVM ht

[Lldb-commits] [PATCH] D20738: Make sure that indexing is done before clearing DIE info.

2016-05-27 Thread Philippe Lavoie via lldb-commits
phlav created this revision. phlav added reviewers: lldb-commits, clayborg. phlav added a subscriber: phlav. "ClearDIEs()" was being called too soon, before everyone was done using the DIEs. This fix delays the calls to ::ClearDIEs() until all compile units have been indexed. 1 - Call "::Extra

Re: [Lldb-commits] [PATCH] D20738: Make sure that indexing is done before clearing DIE info.

2016-05-27 Thread Greg Clayton via lldb-commits
clayborg accepted this revision. clayborg added a comment. This revision is now accepted and ready to land. Looks good. http://reviews.llvm.org/D20738 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/li