From f21a844f60ae6c74fcf1fddca32461acce3c1ee0 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 6 Nov 2013 16:48:53 +0000 Subject: Import lldb as of SVN r194122 Sponsored by: DARPA, AFRL --- source/API/SBFunction.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/API/SBFunction.cpp') diff --git a/source/API/SBFunction.cpp b/source/API/SBFunction.cpp index 914d2d77f3ec..bb7ea2e9f202 100644 --- a/source/API/SBFunction.cpp +++ b/source/API/SBFunction.cpp @@ -143,11 +143,13 @@ SBFunction::GetInstructions (SBTarget target, const char *flavor) ModuleSP module_sp (m_opaque_ptr->GetAddressRange().GetBaseAddress().GetModule()); if (module_sp) { + const bool prefer_file_cache = false; sb_instructions.SetDisassembler (Disassembler::DisassembleRange (module_sp->GetArchitecture(), NULL, flavor, exe_ctx, - m_opaque_ptr->GetAddressRange())); + m_opaque_ptr->GetAddressRange(), + prefer_file_cache)); } } return sb_instructions; -- cgit v1.3