llvm-project/lldb/source/Plugins
Sylvestre Ledru 779f921311 Fix the format warnings.
In almost all cases, the misuse is about "%lu" being used instead of the correct "%zu" (even though these are compatible on 64-bit platforms in practice). There are even a couple of cases where "%ld" (ie., signed int) is used instead of "%zu", and one where "%lu" is used instead of "%" PRIu64.

Fixes bug #17551.

Patch by "/dev/humancontroller"

llvm-svn: 193832
2013-10-31 23:55:19 +00:00
..
ABI Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
Disassembler Add definitions for "armv6m", which indicates a Cortex-M0 processor. 2013-09-27 23:21:54 +00:00
DynamicLoader Fixes to get LLDB building on Windows again. 2013-10-22 12:27:43 +00:00
Instruction Correct typo: Intructions -> Instructions 2013-10-04 19:01:18 +00:00
LanguageRuntime <rdar://problem/15144376> 2013-10-29 00:28:35 +00:00
ObjectContainer Fix the format warnings. 2013-10-31 23:55:19 +00:00
ObjectFile Added the ability to get the SDK path for a target using the platform plugins. If LLDB lives inside an Xcode.app bundle, it will select the SDK in the Xcode bundle, else it will use the currently selected Xcode. 2013-10-24 22:54:08 +00:00
OperatingSystem <rdar://problem/14972424> 2013-10-17 01:10:23 +00:00
Platform Fixed a warning in PlatformiOSSimulator where GetSDKDirectory was hiding recently added virtual function. Renamed GetSDKDirectory to GetSDKsDirectory to fix the issue. GetSDKsDirectory is a better fit because it finds the directory that contains all SDKs, not the current one. 2013-10-30 18:40:41 +00:00
Process Fix the format warnings. 2013-10-31 23:55:19 +00:00
SymbolFile Migrate DWARFDebugLine to DWARFDataExtractor 64-bit DWARF support 2013-10-31 19:51:53 +00:00
SymbolVendor Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
UnwindAssembly Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
Makefile SymbolVendor/ELF is actually referenced by default by lib/Makefile on all 2013-09-18 16:33:12 +00:00