llvm-project/lldb/source/Plugins/Language/CPlusPlus
Pavel Labath e705c8b5e6 Replace __ANDROID_NDK__ with __ANDROID__
Summary:
This replaces all the uses of the __ANDROID_NDK__ define with __ANDROID__. This
is a preparatory step to remove our custom android toolchain file and rely on
the standard android NDK one instead, which does not provide this define.
Instead I rely, on __ANDROID__, which is set by the compiler.

I haven't yet removed the cmake variable with the same name, as we will need to
do something completely different there -- NDK toolchain defines
CMAKE_SYSTEM_NAME to Android, while our current one pretends it's linux.

Reviewers: tberghammer, zturner

Subscribers: danalbert, srhines, mgorny, lldb-commits

Differential Revision: https://reviews.llvm.org/D27305

llvm-svn: 288494
2016-12-02 11:15:15 +00:00
..
BlockPointer.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
BlockPointer.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CMakeLists.txt Revert "Improve the libstdc++ smart pointer formatters" 2016-10-25 13:24:53 +00:00
CPlusPlusLanguage.cpp Implement a general type scavenger that can dig types from debug info + a filtering mechanism to accept/reject results thusly obtained 2016-11-01 18:50:49 +00:00
CPlusPlusLanguage.h Add support for "type lookup" to find C and C++ types 2016-10-27 18:44:45 +00:00
CxxStringTypes.cpp Replace __ANDROID_NDK__ with __ANDROID__ 2016-12-02 11:15:15 +00:00
CxxStringTypes.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
LibCxx.cpp Resubmit "Remove an output-parameter from Variable function". 2016-11-18 17:55:04 +00:00
LibCxx.h Fix an issue where libc++ changed the type information we get for std::map::iterator, rendering LLDB unable to display elements vended by an iterator 2016-09-28 22:53:16 +00:00
LibCxxAtomic.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
LibCxxAtomic.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
LibCxxInitializerList.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
LibCxxList.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
LibCxxMap.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
LibCxxUnorderedMap.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
LibCxxVector.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
LibStdcpp.cpp Simplify the PrintableRepresentationSpecialCases code; we never used the ePrintableRepresentationSpecialCasesOnly value and with enum classes the names doesn't need to be that long 2016-11-07 23:32:20 +00:00
LibStdcpp.h [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
LibStdcppTuple.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
LibStdcppUniquePointer.cpp Display the pointer value in the libstdc++ unique_ptr summary 2016-11-09 10:42:29 +00:00