hanchenye-llvm-project/lldb/source
Johnny Chen d1fd6963f5 Add emulation methods for "ADC (immediate)" and "ADC (register)".
Plus add a helper method ReadCoreReg(uint32_t regnum, bool *success) to simplify
coding a bit.

llvm-svn: 125961
2011-02-18 21:13:05 +00:00
..
API Made lldb_private::ArchSpec contain much more than just an architecture. It 2011-02-15 21:59:32 +00:00
Breakpoint Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpoint 2011-02-05 00:38:04 +00:00
Commands Factor all the code that does "Execute a list of lldb command interpreter commands" into a single function in the Interpreter, and then use that in all the places that used to do this by hand. 2011-02-18 00:54:25 +00:00
Core Added new target instance settings for execution settings: 2011-02-18 01:44:25 +00:00
Expression Clean up a bit of the type getting code where lldb_private:Type now has 2011-02-16 23:00:21 +00:00
Host Modified version of Marco Minutoli's host arch patch. 2011-02-17 02:05:38 +00:00
Interpreter Added new target instance settings for execution settings: 2011-02-18 01:44:25 +00:00
Plugins Add emulation methods for "ADC (immediate)" and "ADC (register)". 2011-02-18 21:13:05 +00:00
Symbol Clean up a bit of the type getting code where lldb_private:Type now has 2011-02-16 23:00:21 +00:00
Target Added new target instance settings for execution settings: 2011-02-18 01:44:25 +00:00
Utility All UnwindPlan objects are now passed around as shared pointers. 2011-02-15 00:19:15 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Patch to remove uses of non-standard strcasestr and replace then with 2011-02-04 18:55:41 +00:00
lldb.cpp Added new target instance settings for execution settings: 2011-02-18 01:44:25 +00:00