diff options
-rw-r--r-- | lldb/source/Commands/CommandObjectDisassemble.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectDisassemble.cpp b/lldb/source/Commands/CommandObjectDisassemble.cpp index 8c983840f29..0716ff30778 100644 --- a/lldb/source/Commands/CommandObjectDisassemble.cpp +++ b/lldb/source/Commands/CommandObjectDisassemble.cpp @@ -108,6 +108,7 @@ CommandObjectDisassemble::CommandOptions::ResetOptionValues () m_func_name.clear(); m_start_addr = LLDB_INVALID_ADDRESS; m_end_addr = LLDB_INVALID_ADDRESS; + raw = false; } const lldb::OptionDefinition* |