[Lldb-commits] [lldb] r159670 - /lldb/branches/apple/igneous/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
Greg Clayton
gclayton at apple.com
Tue Jul 3 11:07:00 PDT 2012
Author: gclayton
Date: Tue Jul 3 13:07:00 2012
New Revision: 159670
URL: http://llvm.org/viewvc/llvm-project?rev=159670&view=rev
Log:
<rdar://problem/11744001>
Merging a fix into the igneous branch.
Modified:
lldb/branches/apple/igneous/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
Modified: lldb/branches/apple/igneous/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/branches/apple/igneous/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp?rev=159670&r1=159669&r2=159670&view=diff
==============================================================================
--- lldb/branches/apple/igneous/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp (original)
+++ lldb/branches/apple/igneous/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp Tue Jul 3 13:07:00 2012
@@ -381,6 +381,7 @@
StringExtractorGDBRemote &response
)
{
+ m_curr_tid = LLDB_INVALID_THREAD_ID;
LogSP log (ProcessGDBRemoteLog::GetLogIfAllCategoriesSet (GDBR_LOG_PROCESS));
if (log)
log->Printf ("GDBRemoteCommunicationClient::%s ()", __FUNCTION__);
More information about the lldb-commits
mailing list