hanchenye-llvm-project/lldb/source/API
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 Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
Makefile
SBAddress.cpp
SBBlock.cpp Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
SBBreakpoint.cpp For logical backtrace work, lldb needs to track Module unloads etc & symoblicate an address based on a point in time 2013-12-06 01:12:00 +00:00
SBBreakpointLocation.cpp
SBBroadcaster.cpp
SBCommandInterpreter.cpp Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
SBCommandReturnObject.cpp
SBCommunication.cpp
SBCompileUnit.cpp
SBData.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
SBDebugger.cpp Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
SBDeclaration.cpp
SBError.cpp
SBEvent.cpp
SBExpressionOptions.cpp Plumb the EvaluateExpressionOptions::{Set,Get}StopOthers through the SB API, and make it work in RunThreadPlan. 2014-02-28 02:52:06 +00:00
SBFileSpec.cpp Expose SBPlatform through the public API. 2013-11-20 21:07:01 +00:00
SBFileSpecList.cpp
SBFrame.cpp Restore the ability of SBFrame::FindValue() to look for file global variables 2014-02-19 19:35:13 +00:00
SBFunction.cpp
SBHostOS.cpp Fix Windows build using portable types for formatting the log outputs 2014-03-03 15:39:47 +00:00
SBInstruction.cpp Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
SBInstructionList.cpp
SBLineEntry.cpp
SBListener.cpp
SBModule.cpp Modified ObjectFile::SetLoadAddress() to now be: 2014-02-07 22:54:47 +00:00
SBModuleSpec.cpp
SBPlatform.cpp Expose SBPlatform through the public API. 2013-11-20 21:07:01 +00:00
SBProcess.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
SBQueue.cpp Change the Mac OS X SystemRuntime plugin from using the placeholder 2014-02-05 05:44:54 +00:00
SBQueueItem.cpp Change the Mac OS X SystemRuntime plugin from using the placeholder 2014-02-05 05:44:54 +00:00
SBSection.cpp
SBSourceManager.cpp
SBStream.cpp Expose SBPlatform through the public API. 2013-11-20 21:07:01 +00:00
SBStringList.cpp
SBSymbol.cpp
SBSymbolContext.cpp
SBSymbolContextList.cpp
SBTarget.cpp Modified ObjectFile::SetLoadAddress() to now be: 2014-02-07 22:54:47 +00:00
SBThread.cpp Add logging for the SB API which creates extended 2013-11-19 05:44:41 +00:00
SBType.cpp Added the ability to get the type that a typedef points to via: 2014-01-23 21:38:34 +00:00
SBTypeCategory.cpp FormatNavigator has long stopped navigating anything - the generation of possible formatters matches is now done elsewhere 2013-12-20 09:38:13 +00:00
SBTypeFilter.cpp
SBTypeFormat.cpp Add a new way to bind a format to a type: by enum type 2013-12-28 08:44:02 +00:00
SBTypeNameSpecifier.cpp <rdar://problem/15144376> 2013-10-29 00:28:35 +00:00
SBTypeSummary.cpp
SBTypeSynthetic.cpp
SBValue.cpp Better error reporting when a variable can't be 2014-02-28 22:27:53 +00:00
SBValueList.cpp
SBWatchpoint.cpp