hanchenye-llvm-project/lldb/source
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
..
API Add a new way to bind a format to a type: by enum type 2013-12-28 08:44:02 +00:00
Breakpoint 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
Commands Fix a couple of memory leaks. 2013-12-29 20:18:15 +00:00
Core Add a new way to bind a format to a type: by enum type 2013-12-28 08:44:02 +00:00
DataFormatters Add a new way to bind a format to a type: by enum type 2013-12-28 08:44:02 +00:00
Expression Updated our IR processing to reflect best practices 2013-12-20 19:55:02 +00:00
Host <rdar://problem/15639995> 2013-12-19 00:35:40 +00:00
Interpreter Add a new-line 2013-12-21 08:24:28 +00:00
Plugins Use Address::SetLoadAddress() instead of SectionLoadList::ResolveLoadAddress(). 2014-01-04 01:37:52 +00:00
Symbol <rdar://problem/14822563> - Do not attempt to use a null VariableList or crashes will ensue 2013-12-21 08:44:28 +00:00
Target 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
Utility Extends StringExtractorGDBRemote to support debugger packets. 2013-12-05 19:25:45 +00:00
CMakeLists.txt Improve the set of the Python libraries during the cmake build. 2013-11-15 14:15:10 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp The output of 'log list' was missing a few of the lldb channels: 2013-09-12 01:48:59 +00:00
lldb.cpp Commit a work-in-progress system runtime for Mac OS X which won't 2013-11-15 00:17:32 +00:00