[Lldb-commits] [lldb] r208339 - Revert bad checkin that use incorrect member field.
Greg Clayton
gclayton at apple.com
Thu May 8 10:10:54 PDT 2014
Author: gclayton
Date: Thu May 8 12:10:54 2014
New Revision: 208339
URL: http://llvm.org/viewvc/llvm-project?rev=208339&view=rev
Log:
Revert bad checkin that use incorrect member field.
Modified:
lldb/trunk/source/Core/IOHandler.cpp
Modified: lldb/trunk/source/Core/IOHandler.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/IOHandler.cpp?rev=208339&r1=208338&r2=208339&view=diff
==============================================================================
--- lldb/trunk/source/Core/IOHandler.cpp (original)
+++ lldb/trunk/source/Core/IOHandler.cpp Thu May 8 12:10:54 2014
@@ -560,7 +560,6 @@ IOHandlerEditline::GetLines (StringList
lines_status = LineStatus::Done;
}
}
- m_curr_line_idx = UINT32_MAX;
// Call the IOHandlerLinesUpdated function with UINT32_MAX as the line
// number to indicate all lines are complete
More information about the lldb-commits
mailing list