hanchenye-llvm-project/lldb
Greg Clayton cd482e359e Added a way to resolve an load address from a target:
bool
Address::SetLoadAddress (lldb::addr_t load_addr, Target *target);

Added an == and != operator to RegisterValue.

Modified the ThreadPlanTracer to use RegisterValue objects to store the
register values when single stepping. Also modified the output to be a bit
less wide.

Fixed the ABIMacOSX_arm to not overwrite stuff on the stack. Also made the
trivial function call be able to set the ARM/Thumbness of the target 
correctly, and also sets the return value ARM/Thumbness.

Fixed the encoding on the arm s0-s31 and d16 - d31 registers when the default
register set from a standard GDB server register sets.

llvm-svn: 131517
2011-05-18 01:58:14 +00:00
..
docs Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. 2011-01-08 20:28:42 +00:00
examples Modified to take advantage of the iteration protocol for our lldb container objects. 2011-04-28 23:26:17 +00:00
include Added a way to resolve an load address from a target: 2011-05-18 01:58:14 +00:00
lib Add makefile support for the ARM instruction emulation plugin. 2011-04-08 02:01:35 +00:00
lldb.xcodeproj Added an allocated memory cache to avoid having to allocate memory over and 2011-05-17 03:37:42 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Bumped Xcode project versions to lldb-46 and debugserver-131. 2011-01-29 07:14:26 +00:00
scripts Add truth value testing to those lldb Python objects with the IsValid() method definitions. 2011-05-17 22:14:39 +00:00
source Added a way to resolve an load address from a target: 2011-05-18 01:58:14 +00:00
test Let's also stick the svn info for the base directory into a file under 2011-05-17 22:58:50 +00:00
tools Fix places that were writing directly to the debugger's output 2011-05-16 19:20:50 +00:00
utils Modified to take advantage of the iteration protocol for our lldb container objects. 2011-04-28 23:34:58 +00:00
www Reroute the blog link to the LLVM blog site. 2011-04-22 21:03:40 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Forgot to check in this patch for Marco Minutoli. 2011-05-17 16:32:56 +00:00