hanchenye-llvm-project/lldb/source/Plugins
Jason Molenda 83f1149b30 Use Address::SetLoadAddress() instead of SectionLoadList::ResolveLoadAddress().
The former will set the Address object's offset to the load address value if
it is not present in any section; the latter will only set the Address object
if the load addr is contained in one of its sections.
<rdar://problem/15135987> 

llvm-svn: 198469
2014-01-04 01:37:52 +00:00
..
ABI Changed the ABIs and ClangFunction to take a 2013-11-08 01:14:26 +00:00
Disassembler Stop leaking MCRegisterInfo. 2013-12-29 20:17:26 +00:00
DynamicLoader For logical backtrace work, lldb needs to track Module unloads etc & symoblicate an address based on a point in time 2013-12-06 01:12:00 +00:00
Instruction Handle endianness in the Opcode class 2013-12-09 19:45:33 +00:00
LanguageRuntime Harden the Objective-C runtime against weird method 2013-12-20 23:07:12 +00:00
ObjectContainer Fix the format warnings. 2013-10-31 23:55:19 +00:00
ObjectFile elf: Move elf note parsing to ObjectFileELF.cpp 2013-12-02 17:49:13 +00:00
OperatingSystem <rdar://problem/14972424> 2013-10-17 01:10:23 +00:00
Platform Fix return type of ReadLibdispatchOffsetsAddress. 2013-12-19 00:10:23 +00:00
Process Use Address::SetLoadAddress() instead of SectionLoadList::ResolveLoadAddress(). 2014-01-04 01:37:52 +00:00
SymbolFile LLDB can crash if given DWARF debug info for a class that has a base class which isn't a complete definition. 2013-12-12 01:54:04 +00:00
SymbolVendor Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
SystemRuntime Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent 2013-12-13 00:29:16 +00:00
UnwindAssembly Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
CMakeLists.txt Tell CMake about the SystemRuntime plugin. 2013-12-06 09:32:46 +00:00
Makefile SymbolVendor/ELF is actually referenced by default by lib/Makefile on all 2013-09-18 16:33:12 +00:00