llvm-project/lldb/source/Plugins/Platform/MacOSX
Zachary Turner c156427ded Don't allow direct access to StreamString's internal buffer.
This is a large API change that removes the two functions from
StreamString that return a std::string& and a const std::string&,
and instead provide one function which returns a StringRef.

Direct access to the underlying buffer violates the concept of
a "stream" which is intended to provide forward only access,
and makes porting to llvm::raw_ostream more difficult in the
future.

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

llvm-svn: 287152
2016-11-16 21:15:24 +00:00
..
CMakeLists.txt Add PlatformRemoteAppleWatch (apple watch), PlatformRemoteAppleTV (apple tv), 2015-11-06 00:22:53 +00:00
PlatformAppleSimulator.cpp Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
PlatformAppleSimulator.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
PlatformAppleTVSimulator.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
PlatformAppleTVSimulator.h Fix an issue where LLDB would hang trying to launch tvOS simulator binaries 2016-11-07 16:25:01 +00:00
PlatformAppleWatchSimulator.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
PlatformAppleWatchSimulator.h Fix a deadlock issue that would happen when loading an AppleTV or watchOS binary. 2016-11-14 23:45:50 +00:00
PlatformDarwin.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
PlatformDarwin.h Convert many functions to use StringRefs. 2016-09-17 02:00:02 +00:00
PlatformDarwinKernel.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
PlatformDarwinKernel.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
PlatformMacOSX.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
PlatformMacOSX.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
PlatformRemoteAppleTV.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
PlatformRemoteAppleTV.h Fix a deadlock issue that would happen when loading an AppleTV or watchOS binary. 2016-11-14 23:45:50 +00:00
PlatformRemoteAppleWatch.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
PlatformRemoteAppleWatch.h Fix a deadlock issue that would happen when loading an AppleTV or watchOS binary. 2016-11-14 23:45:50 +00:00
PlatformRemoteiOS.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
PlatformRemoteiOS.h Fix a deadlock issue that would happen when loading an AppleTV or watchOS binary. 2016-11-14 23:45:50 +00:00
PlatformiOSSimulator.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
PlatformiOSSimulator.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
PlatformiOSSimulatorCoreSimulatorSupport.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
PlatformiOSSimulatorCoreSimulatorSupport.mm *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00