Home
last modified time | relevance | path

Searched refs:eEmulateInstructionOptionAutoAdvancePC (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/
Dlldb-enumerations.h530 eEmulateInstructionOptionAutoAdvancePC = (1u << 0), enumerator
/external/lldb/www/python_reference/
Dapi-objects.txt1030 _lldb'.eEmulateInstructionOptionAutoAdvancePC _lldb%27-module.html#eEmulateInstructionOptionAutoAdv…
1899 lldb.eEmulateInstructionOptionAutoAdvancePC lldb-module.html#eEmulateInstructionOptionAutoAdvancePC
/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp13434 const bool auto_advance_pc = evaluate_options & eEmulateInstructionOptionAutoAdvancePC; in EvaluateInstruction()
13567 bool success = EvaluateInstruction (eEmulateInstructionOptionAutoAdvancePC); in TestEmulation()