[Lldb-commits] [PATCH] D24284: [lldb] Read modules from memory when a local copy is not available

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 21 08:42:22 PDT 2016


If it helps, I can tell you that on line 623 of ObjectFilePECOFF.cpp, the
export_table has number of names == 64, but address of names = 0.  So that
seems wrong.

On Wed, Sep 21, 2016 at 8:38 AM Zachary Turner <zturner at google.com> wrote:

> Unfortunately this is still crashing for me in every single test.  Can I
> ask how you are running the test suite?
>
> I am doing the following from a Windows 10 machine using Visual Studio 15:
>
> cmake -G Ninja -DLLDB_TEST_DEBUG_TEST_CRASHES=1 -DPYTHON_HOME=C:\Python35
> -DLLDB_TEST_COMPILER=d:\src\llvmbuild\ninja_release\bin\clang.exe ..\..\llvm
> ninja check-lldb
>
> Can you try this same set of steps to see if you can reproduce?
>
> On Tue, Sep 20, 2016 at 3:44 PM Walter <a20012251 at gmail.com> wrote:
>
> I rebased it
>
> 2016-09-20 15:44 GMT-07:00 walter erquinigo <a20012251 at gmail.com>:
>
> wallace updated this revision to Diff 71995.
> wallace added a comment.
>
> rebase
>
>
> https://reviews.llvm.org/D24284
>
> Files:
>   source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
>   source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
>
>
>
>
> --
> Walter Erquínigo Pezo
>
> Every problem has a simple, fast and wrong solution.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160921/d1a9fb0d/attachment-0001.html>


More information about the lldb-commits mailing list