Home
last modified time | relevance | path

Searched refs:putDebugChar (Results 1 – 2 of 2) sorted by relevance

/common/
A Dkgdb.c268 putDebugChar('-'); /* failed checksum */ in getpacket()
270 putDebugChar('+'); /* successful transfer */ in getpacket()
273 putDebugChar(buffer[0]); in getpacket()
274 putDebugChar(buffer[1]); in getpacket()
295 putDebugChar('$'); in putpacket()
300 putDebugChar(ch); in putpacket()
305 putDebugChar('#'); in putpacket()
306 putDebugChar(hexchars[checksum >> 4]); in putpacket()
307 putDebugChar(hexchars[checksum & 0xf]); in putpacket()
A Dkgdb_stubs.c24 void putDebugChar(int c) in putDebugChar() function

Completed in 17 milliseconds