Lines Matching refs:DBG
68 typedef __i386_debug_state_t DBG; typedef
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, b…
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;