[Lldb-commits] [PATCH] expose 64 bit addresses through MI
Ilia K
ki.stfu at gmail.com
Fri Mar 13 08:27:27 PDT 2015
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/
More information about the lldb-commits
mailing list