Home | History | Annotate | Download | only in i386

Lines Matching refs:dbg

553         m_state.SetError(e_regSetDBG, Read, ::thread_get_state(m_thread->MachPortNumber(), __i386_DEBUG_STATE, (thread_state_t)&m_state.context.dbg, &count));
561 m_state.SetError(e_regSetDBG, Write, ::thread_set_state(m_thread->MachPortNumber(), __i386_DEBUG_STATE, (thread_state_t)&m_state.context.dbg, e_regSetWordSizeDBG));
564 kern_return_t kret = ::task_set_state(m_thread->Process()->Task().TaskPort(), __i386_DEBUG_STATE, (thread_state_t)&m_state.context.dbg, e_regSetWordSizeDBG);
588 DBG &debug_state = m_state.context.dbg;
733 DNBArchImplI386::SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t size, bool read, bool write)
776 DNBArchImplI386::ClearWatchpoint(DBG &debug_state, uint32_t hw_index)
795 DNBArchImplI386::IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index)
810 DNBArchImplI386::ClearWatchpointHits(DBG &debug_state)
818 DNBArchImplI386::IsWatchpointHit(const DBG &debug_state, uint32_t hw_index)
832 DNBArchImplI386::GetWatchAddress(const DBG &debug_state, uint32_t hw_index)
853 m_2pc_dbg_checkpoint = m_state.context.dbg;
860 m_state.context.dbg = m_2pc_dbg_checkpoint;
878 DNBArchImplI386::DBG
907 DBG &debug_state = m_state.context.dbg;
928 m_state.context.dbg = GetDBGCheckpoint();
946 DBG &debug_state = m_state.context.dbg;
961 m_state.context.dbg = GetDBGCheckpoint();
976 DBG &debug_state = m_state.context.dbg;