llvm-project/lldb/source/Plugins
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
..
ABI Fix an issue where LLDB could crash when trying to figure out the return value layout for an invalid type 2015-04-06 21:39:56 +00:00
Disassembler Fix call to llvm::Target::createMCInstPrinter. 2015-03-31 00:59:13 +00:00
DynamicLoader Fix DynamicLoaderMacOSXDYLD to deal with new shared cache changes. 2015-03-31 17:02:36 +00:00
Instruction Fix a typo in EmulateInstructioinMIPS64 2015-03-18 09:57:10 +00:00
InstrumentationRuntime Further reduce header footprint of Debugger.h. 2015-03-04 01:58:01 +00:00
JITLoader Reduce header footprint of Target.h 2015-03-03 19:23:09 +00:00
LanguageRuntime Additions to RenderScriptRuntime in prep for detection of RenderScript modules and moving of the command interpreter manipulation to after construction. 2015-04-14 07:39:24 +00:00
MemoryHistory Add ASan history threads into process_sp->GetExtendedThreadList, so they don't get freed too early 2014-09-23 18:20:24 +00:00
ObjectContainer Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer - in order to allow modules caching from remote targets. 2015-03-10 01:15:28 +00:00
ObjectFile Ignore mapping symbols on aarch64 2015-04-07 10:43:50 +00:00
OperatingSystem Fix stepping a virtual thread when the python operating system was enabled. 2015-04-07 22:17:41 +00:00
Platform Fix breakpoint trap opcode detection for arm linux 2015-04-15 09:38:48 +00:00
Process Fixed remote failures in TestCPP11EnumTypes, probably others 2015-04-15 10:40:51 +00:00
SymbolFile Fix -Wformat-pedantic warnings 2015-04-08 20:23:52 +00:00
SymbolVendor Reduce the number of components initialized by lldb-server to reduce static binary size. 2015-03-02 15:14:50 +00:00
SystemRuntime Don't #include ClangASTContext.h from Module.h 2015-03-03 18:34:26 +00:00
UnwindAssembly Add support for 'leal' instruction to UnwindAssembly-x86 2015-03-25 10:46:45 +00:00
CMakeLists.txt Fix cmake build for PluginInstrumentationRuntimeAddressSanitizer. 2014-10-11 20:11:18 +00:00
Makefile Initial language runtime support for RenderScript. 2015-04-09 16:49:25 +00:00