[Lldb-commits] [PATCH] Casting pid to ::pid_t when invoking syscall.

Greg Clayton clayborg at gmail.com
Fri Feb 27 15:41:56 PST 2015


Sounds like you don't have the function prototype for syscall? Otherwise there would be a conversion to the correct type. You can fix this with a static_cast like you did, but in reality this shouldn't happen unless you don't have the syscall prototype.


http://reviews.llvm.org/D7963

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list