[Lldb-commits] [lldb] r252065 - Fix TestMemoryRead after r252035
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 4 11:32:01 PST 2015
Author: tberghammer
Date: Wed Nov 4 13:32:01 2015
New Revision: 252065
URL: http://llvm.org/viewvc/llvm-project?rev=252065&view=rev
Log:
Fix TestMemoryRead after r252035
Modified:
lldb/trunk/source/Commands/CommandObjectMemory.cpp
Modified: lldb/trunk/source/Commands/CommandObjectMemory.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectMemory.cpp?rev=252065&r1=252064&r2=252065&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectMemory.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectMemory.cpp Wed Nov 4 13:32:01 2015
@@ -114,7 +114,7 @@ public:
m_force = true;
break;
- case 'o':
+ case 'E':
error = m_offset.SetValueFromString(option_arg);
break;
More information about the lldb-commits
mailing list