In http://reviews.llvm.org/D8238#140458, @zturner wrote:
> Or PRIxPTR as you said. Definitely not %ll though It depends on how an address type was specified. If it's uint64_t then use PRIx64, but if it was specified like "void*" then use PRIxPTR. http://reviews.llvm.org/D8238 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
