diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectDisassemble.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectDisassemble.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectDisassemble.cpp b/lldb/source/Commands/CommandObjectDisassemble.cpp index f949030479b..a4dd5ac3805 100644 --- a/lldb/source/Commands/CommandObjectDisassemble.cpp +++ b/lldb/source/Commands/CommandObjectDisassemble.cpp @@ -218,6 +218,7 @@ CommandObjectDisassemble::Execute NULL, // Module * m_options.show_mixed ? m_options.num_lines_context : 0, m_options.show_bytes, + m_options.raw, result.GetOutputStream())) { result.SetStatus (eReturnStatusSuccessFinishResult); @@ -276,6 +277,7 @@ CommandObjectDisassemble::Execute range, m_options.show_mixed ? m_options.num_lines_context : 0, m_options.show_bytes, + m_options.raw, result.GetOutputStream())) { result.SetStatus (eReturnStatusSuccessFinishResult); |