hanchenye-llvm-project/lldb/source/Plugins/Process
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
..
FreeBSD Threaded inferior support for FreeBSD 2013-12-09 15:51:17 +00:00
Linux Fix Linux by partially reverting 196787 2013-12-11 20:43:27 +00:00
MacOSX-Kernel Remove wait_for_launch parameter from DoAttachToProcessWithName(). This parameter is redundant as this information is already provided by the ProcessAttachInfo parameter. 2013-12-23 22:32:54 +00:00
POSIX Fix Linux by partially reverting 196787 2013-12-11 20:43:27 +00:00
Utility Use Address::SetLoadAddress() instead of SectionLoadList::ResolveLoadAddress(). 2014-01-04 01:37:52 +00:00
elf-core elf: Move elf note parsing to ObjectFileELF.cpp 2013-12-02 17:49:13 +00:00
gdb-remote Remove wait_for_launch parameter from DoAttachToProcessWithName(). This parameter is redundant as this information is already provided by the ProcessAttachInfo parameter. 2013-12-23 22:32:54 +00:00
mach-core Fix a mistake in the last change I made to ProcessMachCore.cpp. 2014-01-03 20:46:16 +00:00
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00