Logo
Explore Help
Register Sign In
caio/clang-p2996
1
0
Fork 0
You've already forked clang-p2996
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
0d7d09f804c92d7a9f5ffe94de3520f2d40357ea
clang-p2996/lldb/source/Plugins/ObjectContainer/BSD-Archive
History
Greg Clayton 6fea17e874 "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed.
If you print anything with 'size_t', please cast it to "uint64_t" in the printf and use PRIu64 or PRIx64.

llvm-svn: 202738
2014-03-03 19:15:20 +00:00
..
CMakeLists.txt
Convert to UNIX line endings.
2013-09-25 10:37:32 +00:00
Makefile
…
ObjectContainerBSDArchive.cpp
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed.
2014-03-03 19:15:20 +00:00
ObjectContainerBSDArchive.h
Fixed GetModuleSpecifications() to work better overall:
2013-07-12 22:07:46 +00:00
Powered by Gitea Version: 1.25.1 Page: 1022ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API