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

2017-02-27 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL296335: Merge Linux and FreeBSD arm register contexts (authored by labath). Changed prior to commit: https://reviews.llvm.org/D27126?vs=79287&id=89866#toc Repository: rL LLVM https://reviews.llvm.or

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

2017-02-20 Thread Kamil Rytarowski via Phabricator via lldb-commits
krytarowski added a comment. This diff looks good and appreciated for other posix-like systems. https://reviews.llvm.org/D27126 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

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

2017-02-20 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. Just found this lying on the bottom of my stack. Ed, if you don't object, I'd like to check in it. I think it is quite a safe change, so we probably don't need to do too much testing. https://reviews.llvm.org/D27126 ___ lld

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

2016-11-30 Thread Ed Maste via Phabricator via lldb-commits
emaste added a comment. In https://reviews.llvm.org/D27126#609150, @labath wrote: > 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 h

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

2016-11-30 Thread Pavel Labath via Phabricator via lldb-commits
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

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

2016-11-28 Thread Dmitry Mikulin via Phabricator via lldb-commits
dmikulin added a comment. 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? https://reviews.llvm.org/D27126 ___ lldb-co

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

2016-11-25 Thread Ed Maste via Phabricator via lldb-commits
emaste added a subscriber: dmikulin. emaste added a comment. I think @dmikulin might be able to test this https://reviews.llvm.org/D27126 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-c

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

2016-11-25 Thread Pavel Labath via lldb-commits
labath created this revision. labath added reviewers: emaste, sas. labath added a subscriber: lldb-commits. Herald added subscribers: mgorny, rengolin, aemerson. These two register contexts were identical, so this shouldn't cause any regressions, but I'd appreciate it if you can check that this at