forked from OSchip/llvm-project
Summary: Since this is within the lldb namespace, the compiler tries to export a symbol for it. Unfortunately, since it is inlined, the symbol is hidden and this results in a mess of warnings when building on OS X with cmake. Moving it to the lldb_private namespace eliminates that problem. Reviewers: clayborg Subscribers: emaste, lldb-commits Differential Revision: http://reviews.llvm.org/D14417 llvm-svn: 252396 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| CommunicationKDP.cpp | ||
| CommunicationKDP.h | ||
| Makefile | ||
| ProcessKDP.cpp | ||
| ProcessKDP.h | ||
| ProcessKDPLog.cpp | ||
| ProcessKDPLog.h | ||
| RegisterContextKDP_arm.cpp | ||
| RegisterContextKDP_arm.h | ||
| RegisterContextKDP_arm64.cpp | ||
| RegisterContextKDP_arm64.h | ||
| RegisterContextKDP_i386.cpp | ||
| RegisterContextKDP_i386.h | ||
| RegisterContextKDP_x86_64.cpp | ||
| RegisterContextKDP_x86_64.h | ||
| ThreadKDP.cpp | ||
| ThreadKDP.h | ||