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
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
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.
>
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
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
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