llvm-project/lldb/source
Johnny Chen a3990398a3 Add implementation for EmulateInstructionARM::EmulateB() and fixed two typos in g_thumb_opcodes
as pointed out By Caroline.  Refactored a little bit by adding two new helper methods to the
EmulateInstructionARM class:

o BranchWritePC()
o BXWritePC()

llvm-svn: 125059
2011-02-08 00:06:35 +00:00
..
API Added a SBListener parameter to Launch and attach calls to avoid a race 2011-02-03 21:28:34 +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 Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. 2011-02-05 02:56:16 +00:00
Core Abtract terminal stuff into a new lldb_private::Terminal class 2011-02-07 23:24:47 +00:00
Expression Fixed an excessive ctor issue. Patch from Kirk Beitz / Jai Menon. 2011-02-05 02:28:58 +00:00
Host Abtract terminal stuff into a new lldb_private::Terminal class 2011-02-07 23:24:47 +00:00
Interpreter Abtract terminal stuff into a new lldb_private::Terminal class 2011-02-07 23:24:47 +00:00
Plugins Add implementation for EmulateInstructionARM::EmulateB() and fixed two typos in g_thumb_opcodes 2011-02-08 00:06:35 +00:00
Symbol Modified the PluginManager to be ready for loading plug-ins from a system 2011-02-02 02:24:04 +00:00
Target Added a quicker lookup in the SectionLoadList when looking things up by 2011-02-05 02:25:06 +00:00
Utility Thread safety changes in debugserver and also in the process GDB remote plugin. 2011-01-18 19:36:39 +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 Modified the PluginManager to be ready for loading plug-ins from a system 2011-02-02 02:24:04 +00:00