[Lldb-commits] [PATCH] D38492: [lldb] Fix initialization of m_debug_cu_index_map

2017-10-02 Thread Alexander Shaposhnikov via Phabricator via lldb-commits
alexshap created this revision. Herald added subscribers: JDevlieghere, aprantl. SymbolFileDWARFDwp contains m_debug_cu_index_map which was previously initialized incorrectly: before m_debug_cu_index.parse is called m_debug_cu_index is empty, thus the map was not actually getting populated prope

[Lldb-commits] [lldb] r314731 - Move install_name_tool to a separate make target.

2017-10-02 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Mon Oct 2 15:11:22 2017 New Revision: 314731 URL: http://llvm.org/viewvc/llvm-project?rev=314731&view=rev Log: Move install_name_tool to a separate make target. Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/load_unload/Makefile Modified: lldb/t

Re: [Lldb-commits] [PATCH] D12245: Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD.

2017-10-02 Thread Stephane Sezer via lldb-commits
I do. We still use this but always in a remote debugging scenario so I never had issues with this diff and I haven't gotten around to looking at windows unit tests at all. On Mon, Oct 2, 2017 at 9:43 AM Zachary Turner via Phabricator < revi...@reviews.llvm.org> wrote: > zturner added a comment. >

[Lldb-commits] [PATCH] D12245: Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD.

2017-10-02 Thread Zachary Turner via Phabricator via lldb-commits
zturner added a comment. Hi Stephane, what's the status of this? Do you still need this functionality? Repository: rL LLVM https://reviews.llvm.org/D12245 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/ma

Re: [Lldb-commits] [lldb] r314458 - [Expression parser] Setting to enable use of ExternalASTMerger

2017-10-02 Thread Ed Maste via lldb-commits
On 28 September 2017 at 22:20, Sean Callanan via lldb-commits wrote: > Author: spyffe > Date: Thu Sep 28 13:20:25 2017 > New Revision: 314458 > > URL: http://llvm.org/viewvc/llvm-project?rev=314458&view=rev > Log: > [Expression parser] Setting to enable use of ExternalASTMerger > ... > + lldb

[Lldb-commits] [lldb] r314672 - Improve FreeBSD kernel debugging

2017-10-02 Thread Ed Maste via lldb-commits
Author: emaste Date: Mon Oct 2 07:35:07 2017 New Revision: 314672 URL: http://llvm.org/viewvc/llvm-project?rev=314672&view=rev Log: Improve FreeBSD kernel debugging FreeBSD kernel modules are actually relocatable (.o) ELF files and this previously caused some issues for LLDB. This change address