llvm-project/lldb/source/Plugins/Platform
Jason Molenda 7d0027627b In GDBRemoteCommunicationClient::GetHostInfo, don't set the
os to "ios" or "macosx" if it is unspecified.  For environments
where there genuinely is no os, we don't want to errantly 
convert that to ios/macosx, e.g. bare board debugging.

Change PlatformRemoteiOS, PlatformRemoteAppleWatch, and
PlatformRemoteAppleTV to not create themselves if we have
an unspecified OS.  Same problem - these are not appropriate
platforms for bare board debugging environments.

Have Process::Attach's logging take place if either 
process or target logging is enabled.

<rdar://problem/25592378> 

llvm-svn: 265732
2016-04-07 22:00:55 +00:00
..
Android [LLDB]{MIPS] Fix TestPlatformProcessConnect.py 2016-03-22 08:08:02 +00:00
FreeBSD Fix all of the unannotated switch cases to annotate the fall through or do the right thing and break. 2016-02-26 01:20:20 +00:00
Kalimba Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
Linux Change over the broadcaster/listener process to hold shared or weak pointers 2016-03-07 21:50:25 +00:00
MacOSX In GDBRemoteCommunicationClient::GetHostInfo, don't set the 2016-04-07 22:00:55 +00:00
NetBSD Refactor GetSoftwareBreakpointTrapOpcode 2016-02-22 17:29:56 +00:00
POSIX This change introduces a "ExpressionExecutionThread" to the ThreadList. 2016-03-12 02:45:34 +00:00
Windows Change over the broadcaster/listener process to hold shared or weak pointers 2016-03-07 21:50:25 +00:00
gdb-server [LLDB]{MIPS] Fix TestPlatformProcessConnect.py 2016-03-22 08:08:02 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00