[Lldb-commits] [PATCH] Use the right type for pid_t on FreeBSD

Zachary Turner zturner at google.com
Fri Mar 20 18:42:19 PDT 2015


I'm not either fwiw, just explaining the motivation for Davide :)
On Fri, Mar 20, 2015 at 6:38 PM Ed Maste <emaste at freebsd.org> wrote:

> In http://reviews.llvm.org/D8491#144558, @zturner wrote:
>
> > all of the lldb:: types are 64 bit because it needs to be able to hold a
> >  pid of any platform (if you are remote debugging for example). You need
> to
> >  cast to and from ::pid_t inside your host layer
>
>
> Right - what I meant is I'm not aware of any platform that has a 64-bit
> pid type.
>
>
> http://reviews.llvm.org/D8491
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150321/8838da14/attachment.html>


More information about the lldb-commits mailing list