[Lldb-commits] [lldb] r142932 - /lldb/trunk/source/Commands/CommandObjectRegister.cpp

Johnny Chen johnny.chen at apple.com
Tue Oct 25 10:58:16 PDT 2011


Author: johnny
Date: Tue Oct 25 12:58:16 2011
New Revision: 142932

URL: http://llvm.org/viewvc/llvm-project?rev=142932&view=rev
Log:
Patch from Dragos to fix Linux build!

Modified:
    lldb/trunk/source/Commands/CommandObjectRegister.cpp

Modified: lldb/trunk/source/Commands/CommandObjectRegister.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectRegister.cpp?rev=142932&r1=142931&r2=142932&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectRegister.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectRegister.cpp Tue Oct 25 12:58:16 2011
@@ -332,7 +332,7 @@
     CommandOptions m_command_options;
 };
 
-OptionDefinition
+const OptionDefinition
 CommandObjectRegisterRead::CommandOptions::g_option_table[] =
 {
     { LLDB_OPT_SET_ALL, false, "alternate", 'A', no_argument      , NULL, 0, eArgTypeNone      , "Display register names using the alternate register name if there is one."},





More information about the lldb-commits mailing list