[Lldb-commits] [lldb] r346149 - Add a target modules dump ast command.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 5 11:09:19 PST 2018


On Mon, Nov 5, 2018 at 9:42 AM Zachary Turner via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
>
> Author: zturner
> Date: Mon Nov  5 09:40:28 2018
> New Revision: 346149
>
> URL: http://llvm.org/viewvc/llvm-project?rev=346149&view=rev
> Log:
> Add a target modules dump ast command.
>
> This is useful for investigating the clang ast as you reconstruct
> it via by parsing debug info.  It can also be used to write tests
> against.
>

Zachary, this broke one of our bots
http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake-clang-6.0.1/1275/

Can you please take a look?

Thanks,

--
Davide


More information about the lldb-commits mailing list