[Lldb-commits] [lldb] r125703 - /lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
Johnny Chen
johnny.chen at apple.com
Wed Feb 16 17:49:00 PST 2011
Author: johnny
Date: Wed Feb 16 19:49:00 2011
New Revision: 125703
URL: http://llvm.org/viewvc/llvm-project?rev=125703&view=rev
Log:
Add comment for the helper method WriteCoreRegisterWithFlags().
Modified:
lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
Modified: lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h?rev=125703&r1=125702&r2=125703&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h (original)
+++ lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h Wed Feb 16 19:49:00 2011
@@ -192,6 +192,9 @@
AddWithCarryResult
AddWithCarry(uint32_t x, uint32_t y, uint8_t carry_in);
+ // See A8.6.96 MOV (immediate) Operation.
+ // Default arguments are specified for carry and overflow parameters, which means
+ // not to update the respective flags if setflags is true.
bool
WriteCoreRegisterWithFlags (Context &context,
const uint32_t result,
More information about the lldb-commits
mailing list