[lldb-dev] Crash reporting in clang/lldb

Ed Maste emaste at freebsd.org
Fri May 22 14:34:11 PDT 2015


On 18 May 2015 at 21:27, Ed Maste <emaste at freebsd.org> wrote:
>
> - Does breakpad have the same OS support we have on LLDB today (OS
> X/Linux/FreeBSD/Windows)?

For what it's worth, I gave breakpad a quick build test on FreeBSD,
and it builds just fine.  I can't get the full test suite to work
out-of-the-box because it looks like breakpad includes a copy of gtest
that's several years old and disagrees with some C++11 (tr1::tuple
issues). Up-to-date gtest itself builds and passes tests on FreeBSD,
however.

So it looks like breakpad needs some basic updating to be usable
across the board in LLVM or LLDB.



More information about the lldb-dev mailing list