hanchenye-llvm-project/lldb/source/Core
Daniel Malea c91e4ab26e Use C-style include to match style in file (instead of C++ style)
- as per review comment from Dimitry Andric!

llvm-svn: 183039
2013-05-31 20:21:38 +00:00
..
Address.cpp Fix data race in Address class by wrapping m_offset in std::atomic 2013-04-22 20:59:13 +00:00
AddressRange.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
AddressResolver.cpp
AddressResolverFileLine.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
AddressResolverName.cpp <rdar://problem/11398407> 2013-05-18 00:11:21 +00:00
ArchSpec.cpp Add recognition of two more armv7 variants, armv7m and armv7em. 2013-03-08 01:20:17 +00:00
Baton.cpp
Broadcaster.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
CMakeLists.txt Finish up CMake support for LLDB (tested on Linux) 2013-02-28 23:11:46 +00:00
Communication.cpp Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. 2013-04-18 18:10:51 +00:00
Connection.cpp
ConnectionFileDescriptor.cpp <rdar://problem/13657900> 2013-04-16 18:30:46 +00:00
ConnectionMachPort.cpp
ConnectionSharedMemory.cpp
ConstString.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DataBufferHeap.cpp <rdar://problem/13421412> 2013-03-14 18:31:44 +00:00
DataBufferMemoryMap.cpp Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: 2013-04-29 17:25:54 +00:00
DataEncoder.cpp Fixed the ValidOffsetForDataOfSize() to use simpler logic. Fixed DataExtractor::BytesLeft() to return the correct value. 2013-03-21 00:29:45 +00:00
DataExtractor.cpp Fixed a few obvious errors pointed out by the static analyzer. 2013-05-15 18:27:08 +00:00
Debugger.cpp Remove unused variable. 2013-05-29 23:22:22 +00:00
Disassembler.cpp <rdar://problem/11398407> 2013-05-18 00:11:21 +00:00
DynamicLoader.cpp <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
EmulateInstruction.cpp <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
Error.cpp Only include under arm and an Apple system. Otherwise, it will fail under a GNU/Linux under ARM 2013-05-15 09:32:35 +00:00
Event.cpp Improve the broadcast event dumping. 2012-10-29 18:08:18 +00:00
FileLineResolver.cpp Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: 2013-04-29 17:25:54 +00:00
FileSpecList.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
History.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
InputReader.cpp Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
InputReaderEZ.cpp
InputReaderStack.cpp
Language.cpp
Listener.cpp Fix lock hierarchy violation in Listener/Broadcaster 2013-04-22 21:22:41 +00:00
Log.cpp <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
Makefile Allow LLDB to be built on a system with an installed gcc/g++ that isn't the default. I recently installed gcc-4.7/g++-4.7 on Ubuntu and tried to build by specifying: 2013-05-17 20:56:55 +00:00
Mangled.cpp Use C-style include to match style in file (instead of C++ style) 2013-05-31 20:21:38 +00:00
Module.cpp <rdar://problem/11109316> 2013-05-31 01:03:09 +00:00
ModuleChild.cpp
ModuleList.cpp Improving the previous checkin about target.load-script-from-symbol-file 2013-05-21 00:00:30 +00:00
Opcode.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
PluginManager.cpp <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
RegisterValue.cpp RegisterValues can now report their contents as 2013-04-30 21:41:44 +00:00
RegularExpression.cpp <rdar://problem/13966084> 2013-05-23 20:27:15 +00:00
Scalar.cpp Fixed signed operations in the IR interpreter. 2013-05-24 20:36:56 +00:00
SearchFilter.cpp <rdar://problem/13372857> 2013-03-11 18:42:51 +00:00
Section.cpp <rdar://problem/13338643> 2013-03-04 21:46:16 +00:00
SourceManager.cpp <rdar://problem/13443931> 2013-03-19 00:20:55 +00:00
State.cpp More Linux warnings fixes (remove default labels as needed): 2012-12-07 20:51:09 +00:00
Stream.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
StreamAsynchronousIO.cpp After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
StreamCallback.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
StreamFile.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
StreamString.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
StringList.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
Timer.cpp <rdar://problem/12978143> 2013-01-28 23:47:25 +00:00
UUID.cpp ObjectFileELF::GetModuleSpecifications on Linux should work now. 2013-05-23 20:57:03 +00:00
UserID.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
UserSettingsController.cpp Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
VMRange.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
Value.cpp <rdar://problem/13925626> 2013-05-20 22:58:35 +00:00
ValueObject.cpp <rdar://problem/14035604> 2013-05-31 19:18:19 +00:00
ValueObjectCast.cpp <rdar://problem/13421412> 2013-03-14 18:31:44 +00:00
ValueObjectChild.cpp <rdar://problem/13623698> 2013-04-11 22:48:58 +00:00
ValueObjectConstResult.cpp <rdar://problem/13421412> 2013-03-14 18:31:44 +00:00
ValueObjectConstResultChild.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
ValueObjectConstResultImpl.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
ValueObjectDynamicValue.cpp Added a SetData() method to ValueObject. This 2013-04-13 01:21:23 +00:00
ValueObjectList.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
ValueObjectMemory.cpp <rdar://problem/13421412> 2013-03-14 18:31:44 +00:00
ValueObjectRegister.cpp <rdar://problem/13565393> 2013-04-25 01:06:07 +00:00
ValueObjectSyntheticFilter.cpp <rdar://problem/13421412> 2013-03-14 18:31:44 +00:00
ValueObjectVariable.cpp <rdar://problem/13925626> 2013-05-20 22:58:35 +00:00
cxa_demangle.cpp Merge rename fix from libcxxabi (r169402: rename class with name that clashes with GCC 4.6/4.7) 2012-12-06 16:52:09 +00:00