Files
clang-p2996/lldb/source/API
Jason Molenda 6b3e6d5487 Disassembler::DisassembleRange() currently calls Target::ReadMemory
with prefer_file_cache == false.  This is what we want to do when
the user is doing a disassemble command -- show the actual memory
contents in case the memory has been corrupted or something -- but
when we're profiling functions for stepping or unwinding
(ThreadPlanStepRange::GetInstructionsForAddress,
UnwindAssemblyInstEmulation::GetNonCallSiteUnwindP) we can read
__TEXT instructions directly out of the file, if it exists.
<rdar://problem/14397491> 

llvm-svn: 190638
2013-09-12 23:23:35 +00:00
..
2013-03-27 23:08:40 +00:00
2013-05-03 01:29:27 +00:00
2013-03-27 23:08:40 +00:00
2013-03-27 23:08:40 +00:00
2013-03-27 23:08:40 +00:00
2013-03-27 23:08:40 +00:00
2013-03-27 23:08:40 +00:00
2013-03-27 23:08:40 +00:00
2013-03-27 23:08:40 +00:00
2012-08-29 21:13:06 +00:00
2013-03-27 23:08:40 +00:00
2013-07-11 22:46:58 +00:00
2013-08-28 12:14:27 +00:00
2013-03-19 00:20:55 +00:00
2013-03-27 23:08:40 +00:00
2013-07-11 22:46:58 +00:00
2013-01-28 23:47:25 +00:00
2013-01-28 23:47:25 +00:00
2013-01-28 23:47:25 +00:00
2013-03-27 23:08:40 +00:00