mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
Unstick the -r option for the disassemble command.
llvm-svn: 106186
This commit is contained in:
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user