llvm-project/lldb/source/Core
Zachary Turner e28558f0b0 Fix some signed/unsigned comparison warnings.
Patch by Hugh Bellamy
Differential Revision: https://reviews.llvm.org/D30926

llvm-svn: 298099
2017-03-17 16:32:43 +00:00
..
Address.cpp Isolate Target-specific functionality of DataExtractor. 2017-03-03 20:57:05 +00:00
AddressRange.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
AddressResolver.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
AddressResolverFileLine.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
AddressResolverName.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
ArchSpec.cpp Made GetClangTargetCPU() const. 2017-03-03 13:35:49 +00:00
Broadcaster.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
CMakeLists.txt cmake: Increase LINK_INTERFACE_MULTIPLICITY of lldbCore 2017-03-09 10:16:15 +00:00
Communication.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
Connection.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Debugger.cpp Remove lldb streams from the Log class completely 2017-03-15 09:06:58 +00:00
Disassembler.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
DumpDataExtractor.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
DynamicLoader.cpp Fix a bug in r294611 w.r.t. Darwin Kernel debugging. 2017-02-28 18:57:54 +00:00
EmulateInstruction.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
Event.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
FileLineResolver.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
FileSpecList.cpp Resubmit FileSystem changes. 2017-03-08 17:56:08 +00:00
FormatEntity.cpp Fix some signed/unsigned comparison warnings. 2017-03-17 16:32:43 +00:00
IOHandler.cpp Fix the variable view in the "gui" curses mode so that variables whose children change will update correctly. Previously the variable view would update the children once and not change. If you were stepping through code where the dynamic type of a variable would change the value and its children, or a synthetic type (like say for a std::vector<int>), the variable view wouldn't update. Now it caches the children and uses the process stop ID to tell when the children need to be updated. 2016-12-28 21:22:37 +00:00
Listener.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
Mangled.cpp Move many other files from Core -> Utility. 2017-03-06 18:34:25 +00:00
Module.cpp Resubmit FileSystem changes. 2017-03-08 17:56:08 +00:00
ModuleChild.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ModuleList.cpp Resubmit FileSystem changes. 2017-03-08 17:56:08 +00:00
Opcode.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
PluginManager.cpp Resubmit FileSystem changes. 2017-03-08 17:56:08 +00:00
RegisterValue.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
Scalar.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
SearchFilter.cpp Remove a couple of Stream flags 2017-01-13 10:41:59 +00:00
Section.cpp Break some dependencies in lldbUtility. 2017-02-01 19:45:14 +00:00
SourceManager.cpp Remove FileSpec::ReadFileContents. 2017-03-06 23:42:14 +00:00
State.cpp Add format_provider for lldb::StateType 2017-01-24 11:48:25 +00:00
StreamAsynchronousIO.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
StreamFile.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
StringList.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
StructuredData.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
Timer.cpp Move many other files from Core -> Utility. 2017-03-06 18:34:25 +00:00
UserSettingsController.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Value.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
ValueObject.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
ValueObjectCast.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
ValueObjectChild.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectConstResult.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
ValueObjectConstResultCast.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectConstResultChild.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectConstResultImpl.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
ValueObjectDynamicValue.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
ValueObjectList.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectMemory.cpp Make lldb -Werror clean for -Wstring-conversion 2017-01-06 00:38:06 +00:00
ValueObjectRegister.cpp Resubmit "Change RegisterValue getters / setters to use StringRef." 2016-11-17 23:47:31 +00:00
ValueObjectSyntheticFilter.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
ValueObjectVariable.cpp Resubmit "Change RegisterValue getters / setters to use StringRef." 2016-11-17 23:47:31 +00:00