hanchenye-llvm-project/lldb
Greg Clayton 01a82d1918 Fixed a return value problem with the new ABI::FixCodeAddress () function:
it was checked in as:
 virtual bool ABI::FixCodeAddress (lldb::addr_t pc);

when it should have been:

virtual lldb::addr_t ABI::FixCodeAddress (lldb::addr_t pc);


 

llvm-svn: 147790
2012-01-09 19:23:34 +00:00
..
docs When unwinding from the first frame, try to ask the remote debugserver 2011-12-13 05:39:38 +00:00
examples Add an example customization directory which uses a binutils.py module to provide 2011-10-28 23:30:28 +00:00
include Fixed a return value problem with the new ABI::FixCodeAddress () function: 2012-01-09 19:23:34 +00:00
lib This patch combines common code from Linux and FreeBSD into 2012-01-05 19:17:38 +00:00
lldb.xcodeproj Bumped Xcode project versions for lldb-101 and debugserver-160. 2012-01-05 04:00:49 +00:00
lldb.xcworkspace I accidentally committed some changes to the 2011-12-21 21:30:33 +00:00
resources Bumped Xcode project versions for lldb-101 and debugserver-160. 2012-01-05 04:00:49 +00:00
scripts Patch from Enrico Granata that moves SBData related functions into the SBData 2012-01-07 00:45:50 +00:00
source Fixed a return value problem with the new ABI::FixCodeAddress () function: 2012-01-09 19:23:34 +00:00
test Fix comment. 2012-01-09 19:19:23 +00:00
tools http://llvm.org/bugs/show_bug.cgi?id=11715 2012-01-06 00:05:01 +00:00
utils Add a utility script: 2011-11-04 01:05:29 +00:00
www Added examples of commands that list and delete 2012-01-04 21:20:39 +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 This patch combines common code from Linux and FreeBSD into 2012-01-05 19:17:38 +00:00