[Lldb-commits] [PATCH] D63165: Initial support for native debugging of x86/x64 Windows processes

2019-06-30 Thread Aaron Smith via Phabricator via lldb-commits
asmith added inline comments. Comment at: lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.cpp:31-36 + if (!data_sp) { +error.SetErrorStringWithFormat( +"failed to allocate DataBufferHeap instance of size %" PRIu64, +data_size); +r

[Lldb-commits] [lldb] r364722 - Revert "[GDBRemote] Remove code that flushes GDB remote packets"

2019-06-30 Thread Jonas Devlieghere via lldb-commits
Author: jdevlieghere Date: Sun Jun 30 12:00:09 2019 New Revision: 364722 URL: http://llvm.org/viewvc/llvm-project?rev=364722&view=rev Log: Revert "[GDBRemote] Remove code that flushes GDB remote packets" Reverting this again as it doesn't appear to solve the flakiness on the LLDB standalone bot.