Sort out a number of mismatched integer types in order to cut down the number of...
authorAndy Gibbs <andyg1001@hotmail.co.uk>
Wed, 19 Jun 2013 19:04:53 +0000 (19:04 +0000)
committerAndy Gibbs <andyg1001@hotmail.co.uk>
Wed, 19 Jun 2013 19:04:53 +0000 (19:04 +0000)
commita297a97e0910500e2b7bcdaad0529c2fec3acd7d
tree8e5817ffe12bc3ae70eec378840a9e64a63eab2b
parent00dfec6265dfe622b42a9d08b4c50a1974c4f040
Sort out a number of mismatched integer types in order to cut down the number of compiler warnings.

llvm-svn: 184333
33 files changed:
lldb/include/lldb/DataFormatters/FormatNavigator.h
lldb/include/lldb/DataFormatters/TypeSynthetic.h
lldb/scripts/Python/python-typemaps.swig
lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
lldb/source/Commands/CommandObjectArgs.cpp
lldb/source/Commands/CommandObjectHelp.cpp
lldb/source/Commands/CommandObjectSyntax.cpp
lldb/source/Core/DataExtractor.cpp
lldb/source/Core/Listener.cpp
lldb/source/Core/StringList.cpp
lldb/source/DataFormatters/TypeSynthetic.cpp
lldb/source/Expression/ClangASTSource.cpp
lldb/source/Expression/IRForTarget.cpp
lldb/source/Interpreter/CommandInterpreter.cpp
lldb/source/Interpreter/OptionValueFileSpecLIst.cpp
lldb/source/Interpreter/OptionValuePathMappings.cpp
lldb/source/Interpreter/Options.cpp
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Symbol/ClangASTContext.cpp
lldb/source/Symbol/Symtab.cpp
lldb/source/Target/Process.cpp
lldb/source/Target/Target.cpp
lldb/source/Target/ThreadPlanStepUntil.cpp