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; _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits