[Lldb-commits] [lldb] r106186 - /lldb/trunk/source/Commands/CommandObjectDisassemble.cpp

Sean Callanan scallanan at apple.com
Wed Jun 16 17:32:06 PDT 2010


Author: spyffe
Date: Wed Jun 16 19:32:05 2010
New Revision: 106186

URL: http://llvm.org/viewvc/llvm-project?rev=106186&view=rev
Log:
Unstick the -r option for the disassemble command.

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

Modified: lldb/trunk/source/Commands/CommandObjectDisassemble.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectDisassemble.cpp?rev=106186&r1=106185&r2=106186&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectDisassemble.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectDisassemble.cpp Wed Jun 16 19:32:05 2010
@@ -108,6 +108,7 @@
     m_func_name.clear();
     m_start_addr = LLDB_INVALID_ADDRESS;
     m_end_addr = LLDB_INVALID_ADDRESS;
+    raw = false;
 }
 
 const lldb::OptionDefinition*





More information about the lldb-commits mailing list