diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2015-02-09 01:44:09 +0000 | 
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2015-02-09 01:44:09 +0000 | 
| commit | 12bd4897ff0678fa663e09d78ebc22dd255ceb86 (patch) | |
| tree | a8f4b3abea3e6937e60728991c736e6e3d322fc1 /include/lldb/Core/Disassembler.h | |
| parent | 205afe679855a4ce8149cdaa94d3f0868ce796dc (diff) | |
Diffstat (limited to 'include/lldb/Core/Disassembler.h')
| -rw-r--r-- | include/lldb/Core/Disassembler.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/include/lldb/Core/Disassembler.h b/include/lldb/Core/Disassembler.h index b0b841b0a925..64d35e67bfd0 100644 --- a/include/lldb/Core/Disassembler.h +++ b/include/lldb/Core/Disassembler.h @@ -117,7 +117,7 @@ public:      ///     the InstructionList.      ///     Only needed if show_address is true.      /// -    /// @param[in] disassembly_addr_format_spec +    /// @param[in] disassembly_addr_format      ///     The format specification for how addresses are printed.      ///     Only needed if show_address is true.      //------------------------------------------------------------------ @@ -130,7 +130,7 @@ public:            const ExecutionContext* exe_ctx,            const SymbolContext *sym_ctx,            const SymbolContext *prev_sym_ctx, -          const char *disassembly_addr_format_spec); +          const FormatEntity::Entry *disassembly_addr_format);      virtual bool      DoesBranch () = 0; @@ -457,7 +457,7 @@ protected:      //------------------------------------------------------------------      // Classes that inherit from Disassembler can see and modify these      //------------------------------------------------------------------ -    const ArchSpec m_arch; +    ArchSpec m_arch;      InstructionList m_instruction_list;      lldb::addr_t m_base_addr;      std::string m_flavor; | 
