commit | 91557b0267266338a9d6bd7c06d4e12b0cdc9e7b | [log] [tgz] |
---|---|---|
author | Sean Callanan <scallanan@apple.com> | Wed Nov 10 01:38:28 2010 +0000 |
committer | Sean Callanan <scallanan@apple.com> | Wed Nov 10 01:38:28 2010 +0000 |
tree | 4aa0b0e8b0f12a280d767258d73ea2193c91789b | |
parent | 26be4532bee7111b52ae4bba6628efed17cd23db [diff] [blame] |
Fixed a bug where the LLVM disassembler was ignoring the show_address parameter. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@118666 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Disassembler/llvm/DisassemblerLLVM.cpp b/source/Plugins/Disassembler/llvm/DisassemblerLLVM.cpp index e0fc02c..9ba97f0 100644 --- a/source/Plugins/Disassembler/llvm/DisassemblerLLVM.cpp +++ b/source/Plugins/Disassembler/llvm/DisassemblerLLVM.cpp
@@ -115,7 +115,7 @@ exe_scope = exe_ctx->GetBestExecutionContextScope(); // If we have an address, print it out - if (GetAddress().IsValid()) + if (GetAddress().IsValid() && show_address) { if (GetAddress().Dump (s, exe_scope,