llvm-project/lldb/source
Greg Clayton 3faf47c462 <rdar://problem/11730263>
PC relative loads are missing disassembly comments when disassembled in a live process.

This issue was because some sections, like __TEXT and __DATA in libobjc.A.dylib, were being moved when they were put into the dyld shared cache. This could also affect any other system that slides sections individually.

The solution is to keep track of wether the bytes we will disassemble are from an executable file (file address), or from a live process (load address). We now do the right thing based off of this input in all cases.

llvm-svn: 178315
2013-03-28 23:42:53 +00:00
..
API <rdar://problem/11730263> 2013-03-28 23:42:53 +00:00
Breakpoint <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
Commands Introduces extended register sets whose availability can vary with the target processor. 2013-03-28 17:27:40 +00:00
Core <rdar://problem/11730263> 2013-03-28 23:42:53 +00:00
DataFormatters <rdar://problem/12410225> 2013-03-28 21:36:58 +00:00
Expression <rdar://problem/11730263> 2013-03-28 23:42:53 +00:00
Host <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
Interpreter <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
Plugins <rdar://problem/11730263> 2013-03-28 23:42:53 +00:00
Symbol <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
Target <rdar://problem/11730263> 2013-03-28 23:42:53 +00:00
Utility Various fixes for armv7 floating point/vector register support. 2013-03-13 00:14:30 +00:00
CMakeLists.txt When built with cmake, only call the string functions when the previous commands (utils/GetSourceVersion & utils/GetRepositoryPath successed). Otherwise, they fail when not launched from a repository 2013-03-16 17:01:13 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
lldb.cpp Updated Apple LLDB version to lldb-300.99.0. Also 2013-03-07 22:29:06 +00:00