Home
last modified time | relevance | path

Searched refs:m_2pc_trans_state (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.h29 m_2pc_trans_state(Trans_Done), m_saved_register_states() {} in DNBArchImplI386()
239 uint32_t m_2pc_trans_state; // Is transaction of DBG state change: Pedning variable
DDNBArchImplI386.cpp1023 if (m_2pc_trans_state != Trans_Done && m_2pc_trans_state != Trans_Rolled_Back) in StartTransForHWP()
1025 __FUNCTION__, Trans_Done, Trans_Rolled_Back, m_2pc_trans_state); in StartTransForHWP()
1027 m_2pc_trans_state = Trans_Pending; in StartTransForHWP()
1032 if (m_2pc_trans_state != Trans_Pending) in RollbackTransForHWP()
1034 __FUNCTION__, Trans_Pending, m_2pc_trans_state); in RollbackTransForHWP()
1035 m_2pc_trans_state = Trans_Rolled_Back; in RollbackTransForHWP()
1044 m_2pc_trans_state = Trans_Done; in FinishTransForHWP()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.h28 m_2pc_trans_state(Trans_Done), m_saved_register_states() {} in DNBArchImplX86_64()
243 uint32_t m_2pc_trans_state; // Is transaction of DBG state change: Pedning variable
DDNBArchImplX86_64.cpp833 if (m_2pc_trans_state != Trans_Done && m_2pc_trans_state != Trans_Rolled_Back) in StartTransForHWP()
835 __FUNCTION__, Trans_Done, Trans_Rolled_Back, m_2pc_trans_state); in StartTransForHWP()
837 m_2pc_trans_state = Trans_Pending; in StartTransForHWP()
842 if (m_2pc_trans_state != Trans_Pending) in RollbackTransForHWP()
844 __FUNCTION__, Trans_Pending, m_2pc_trans_state); in RollbackTransForHWP()
845 m_2pc_trans_state = Trans_Rolled_Back; in RollbackTransForHWP()
855 m_2pc_trans_state = Trans_Done; in FinishTransForHWP()