diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectDisassemble.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectDisassemble.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectDisassemble.h b/lldb/source/Commands/CommandObjectDisassemble.h index 9b0e0ab2afe..a36ae88cb15 100644 --- a/lldb/source/Commands/CommandObjectDisassemble.h +++ b/lldb/source/Commands/CommandObjectDisassemble.h @@ -47,10 +47,12 @@ public: bool show_mixed; // Show mixed source/assembly bool show_bytes; uint32_t num_lines_context; + uint32_t num_instructions; bool raw; std::string m_func_name; lldb::addr_t m_start_addr; lldb::addr_t m_end_addr; + bool m_at_pc; static lldb::OptionDefinition g_option_table[]; }; |