[lldb-dev] What is argdumper?

Zachary Turner zturner at google.com
Tue Feb 17 13:29:02 PST 2015


I've been going through the backlog of "reasons the windows bot is red this
morning", and the current issue I'm on is related to argdumper.  I
understand the problem, which is that the sequence of events the build
system is taking is:

1) Build liblldb
2) Create lldb python symlink
3) Create argdumper symlink
4) Build argdumper

And #3 is a hardlink on Windows since creating a symlink is unsupported by
python.

So I can fix this, but at the same time I'd like to understand what
argdumper is and why we need a symlink to it in lib/site-packages/lldb?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150217/f2d7b57c/attachment.html>


More information about the lldb-dev mailing list