llvm-project/lldb/source/Plugins/Process
Vince Harron 43d79053d7 Fixed remote failures in TestCPP11EnumTypes, probably others
Typically, LLGS only sends stdout/stderr notifications when the inferior
process is running.

Because LLGS reads stdout from the process in a separate thread, sometimes
these stdout notifications can be received after the server has sent a thread
stop message. The host isn't expecting stdout to be generated by the target
after a stop message and these messages interfere with the host's request/
response paradigm.

Differential Revision: http://reviews.llvm.org/D9024

llvm-svn: 234995
2015-04-15 10:40:51 +00:00
..
FreeBSD Sprinkle some #include <mutex> in files that use std::call_once. 2015-04-03 10:55:00 +00:00
Linux Add single stepping logic for linux arm 2015-04-15 09:47:02 +00:00
MacOSX-Kernel Sprinkle some #include <mutex> in files that use std::call_once. 2015-04-03 10:55:00 +00:00
POSIX Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
Utility Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
Windows Add logging plugin for Windows 2015-04-10 16:18:08 +00:00
elf-core Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
gdb-remote Fixed remote failures in TestCPP11EnumTypes, probably others 2015-04-15 10:40:51 +00:00
mach-core Sprinkle some #include <mutex> in files that use std::call_once. 2015-04-03 10:55:00 +00:00
CMakeLists.txt Create a HostThread abstraction. 2014-09-09 20:54:56 +00:00