llvm-project/lldb/source
Johnny Chen 5f88bcc16a Add two convenience functions: DecodeImmShiftThumb() and DecodeImmShiftARM() to ARMUtils.h.
Use them within EmulateInstructionARM.cpp to save repetitive typing.

llvm-svn: 126247
2011-02-22 21:17:52 +00:00
..
API Don't limit StreamTee to just two streams. It now can contain 2011-02-20 02:15:07 +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 - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting 2011-02-19 02:53:09 +00:00
Core - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting 2011-02-19 02:53:09 +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 Don't limit StreamTee to just two streams. It now can contain 2011-02-20 02:15:07 +00:00
Plugins Add two convenience functions: DecodeImmShiftThumb() and DecodeImmShiftARM() to ARMUtils.h. 2011-02-22 21:17:52 +00:00
Symbol - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting 2011-02-19 02:53:09 +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