Searched refs:putbyte (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/
H A Dremote_gdb.cc524 BaseRemoteGDB::putbyte(uint8_t b) function in class:BaseRemoteGDB
566 putbyte(GDBGoodP);
569 putbyte(bp[0]);
570 putbyte(bp[1]);
577 putbyte(GDBBadP);
596 putbyte(GDBStart);
599 putbyte(c);
603 putbyte(GDBEnd);
605 putbyte(i2digit(csum >> 4));
606 putbyte(i2digi
[all...]
H A Dremote_gdb.hh183 void putbyte(uint8_t b);

Completed in 8 milliseconds