Home | History | Annotate | Download | only in i386

Lines Matching refs:dbg

68     typedef __i386_debug_state_t DBG;
100 e_regSetWordSizeDBG = sizeof(DBG) / sizeof(int)
118 DBG dbg;
224 static void SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t size, bool read, bool write);
225 static void ClearWatchpoint(DBG &debug_state, uint32_t hw_index);
226 static bool IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index);
227 static void ClearWatchpointHits(DBG &debug_state);
228 static bool IsWatchpointHit(const DBG &debug_state, uint32_t hw_index);
229 static nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index);
234 DBG GetDBGCheckpoint();
238 DBG m_2pc_dbg_checkpoint;
239 uint32_t m_2pc_trans_state; // Is transaction of DBG state change: Pedning (0), Done (1), or Rolled Back (2)?