[Lldb-commits] [PATCH] D27126: Merge Linux and FreeBSD arm register contexts

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 30 08:26:05 PST 2016


labath added a comment.

In https://reviews.llvm.org/D27126#607057, @dmikulin wrote:

> I can run tests on 32bit ARM FreeBSD 11.RC3 rpi2, but without software single step not a lot of tests pass on ARM FreeBSD ;)
>  Can we get https://reviews.llvm.org/D25756 committed?


I'll leave that decision up to Ed.
I am not particularly fond of copying code around, but I do see the value of having some freebsd arm support instead of none.

As for this patch. A basic does-it-compile test should be enough, but I am pretty confident this is fine even without it, as I am just merging two identical files.


https://reviews.llvm.org/D27126





More information about the lldb-commits mailing list