llvm-project/lldb/source/Plugins/ABI
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
..
MacOSX-arm Fixed a return value problem with the new ABI::FixCodeAddress () function: 2012-01-09 19:23:34 +00:00
MacOSX-i386 Improve the x86_64 return value decoder to handle most structure returns. 2011-12-22 19:12:40 +00:00
SysV-x86_64 Sanity check the data I am going to read from the extractor to avoid asserting. 2011-12-23 00:57:42 +00:00