Lines Matching defs:dbg
1010 SetError(set, Read, DoReadDBG(GetThreadID(), set, dbg));
1054 SetError(set, Write, DoWriteDBG(GetThreadID(), set, dbg));
1098 void RegisterContextDarwin_arm::LogDBGRegisters(Log *log, const DBG &dbg) {
1104 i, i, dbg.bvr[i], dbg.bcr[i], i, i, dbg.wvr[i], dbg.wcr[i]);
1526 if ((dbg.bcr[i] & BCR_ENABLE) == 0)
1533 dbg.bvr[i] = addr & ~((lldb::addr_t)3);
1540 dbg.bcr[i] = BCR_M_IMVA_MATCH | // Stop on address match
1554 // dbg.bvr[i],
1555 // dbg.bcr[i]);
1558 dbg.bcr[i] =
1571 // dbg.bvr[i],
1572 // dbg.bcr[i]);
1601 dbg.bcr[hw_index] = 0;
1607 // dbg.bvr[hw_index],
1609 // dbg.bcr[hw_index]);
1682 if ((dbg.wcr[i] & WCR_ENABLE) == 0)
1691 dbg.wvr[i] = addr & ~((lldb::addr_t)3);
1692 dbg.wcr[i] = byte_address_select | // Which bytes that follow the IMVA
1721 dbg.wcr[hw_index] = 0;
1727 // dbg.wvr[hw_index],
1729 // dbg.wcr[hw_index]);