CALL FOR PAPERS / PARTICIPATION
At FOSDEM 2016, LLVM will for the first time participate with a
dedicated devroom. Complementing the upcoming Euro LLVM 2015, the
devroom at FOSDEM provides a great opportunity for core LLVM developers
and the wider open source community to get together, connect and
Hi Todd,
Thank you for setting up the new buildbot. I have a few questions about it:
* Is it running the test suit or only do a build?
* If the test suit is run then where can we see the result of the tests?
Thanks,
Tamas
On Wed, Oct 28, 2015 at 2:03 PM Todd Fiala via lldb-dev <
lldb-dev@lists.l
I went to the link you supplied (not the green), and not sure which of the
below you would like me to select. Please let me know what I can do to help
with this issue.
Static
- LLDB, using Stage 1 RA (Acquire sources)(blocking)
Other executed recently
- LLDB, using Stage 1 RA
Hi Tamas!
It looks like I forgot to mention, but at this time the buildbot is not
running the tests. Step one was to get the build building and report
breakages.
The next frontier will be running the tests. I'll send out another email
once the tests are run and included in the build. No ETA ye
I'm not sure I fully understand the question, but the GreenDragon CI LLVM
Build Cluster has an LLDB builder for OS X which looks like you're
referencing with the links above.
It gets built by a few stages: one to grab sources, another to do the
building. I just poked over there and the build look
So im trying to write a core handler program and use lldb to attach and dump
important information about it. This works if a use my tool to attach to an
existing one but I found that lldb-server will hang in a waitpid call if the
kernel has invoked the tool after another process has cored.
Exam