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

Ed Maste emaste at freebsd.org
Fri Mar 20 18:38:19 PDT 2015


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/






More information about the lldb-commits mailing list