llvm-project/lldb/source/Plugins/Instruction/ARM
Johnny Chen a4ac217d6c rdar://problem/11031743
For EmulateInstructionARM::EmulatePUSH(), fix the logical branch for when pc is pushed to behave
like the other cases where:

    context.SetRegisterToRegisterPlusOffset (reg_info, sp_reg, addr - sp);

is called to inform of the operation to set a register value to a memory location calculated from
a base register plus an offset.

llvm-svn: 152670
2012-03-13 21:07:03 +00:00
..
EmulateInstructionARM.cpp rdar://problem/11031743 2012-03-13 21:07:03 +00:00
EmulateInstructionARM.h Fixed some issues with ARM backtraces by not processing any push/pop 2011-07-06 04:07:21 +00:00
EmulationStateARM.cpp While implementing unwind information using UnwindAssemblyInstEmulation I ran 2011-05-09 20:18:18 +00:00
EmulationStateARM.h While implementing unwind information using UnwindAssemblyInstEmulation I ran 2011-05-09 20:18:18 +00:00
Makefile Add the ARM instruction emulation makefile. 2011-04-08 02:11:29 +00:00