[Lldb-commits] [PATCH] D63610: [lldb] [Process] Introduce common helpers to split/recombine YMM data
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 21 06:22:17 PDT 2019
labath added a comment.
In D63610#1553461 <https://reviews.llvm.org/D63610#1553461>, @mgorny wrote:
> In D63610#1553143 <https://reviews.llvm.org/D63610#1553143>, @labath wrote:
>
> > It's not much, but it definitely does help.
> >
> > > // NB: I have no clue why FreeBSD code claims to belong in 'POSIX', and Linux does not.
> >
> > I think that somehow fell out of the fact that FreeBSD uses an in-process debugging plugin, while linux uses lldb-server.
>
>
> Ok, then I probably don't have to worry about porting NetBSD to reuse that stuff ;-).
No, but if you can figure out how to make Linux and NetBSD share more stuff, then that would be super-awesome. :)
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63610/new/
https://reviews.llvm.org/D63610
More information about the lldb-commits
mailing list