hanchenye-llvm-project/lldb/source
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
..
API Patch from Enrico Granata that moves SBData related functions into the SBData 2012-01-07 00:45:50 +00:00
Breakpoint The "desired result type" code in the expression 2011-12-21 22:22:58 +00:00
Commands The "desired result type" code in the expression 2011-12-21 22:22:58 +00:00
Core Recursive calls to ValueObject::GetSummaryAsCString() are causing crashes. 2012-01-07 20:58:07 +00:00
Expression Fixed a bug where the DWARF location expression 2012-01-06 18:24:47 +00:00
Host <rdar://problem/10652336> 2012-01-06 02:01:06 +00:00
Interpreter <rdar://problem/10649734> 2012-01-06 00:47:38 +00:00
Plugins Fixed a return value problem with the new ABI::FixCodeAddress () function: 2012-01-09 19:23:34 +00:00
Symbol Added code in the Host layer that can report system log messages 2012-01-05 03:57:59 +00:00
Target <rdar://problem/10652336> 2012-01-06 02:01:06 +00:00
Utility Adopt the intrusive pointers in: 2011-09-17 08:33:22 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Fixed an issue where a lexical block or inlined function might have bad debug 2011-09-29 23:41:34 +00:00
lldb.cpp This patch combines common code from Linux and FreeBSD into 2012-01-05 19:17:38 +00:00