/linux-2.4.37.9/arch/s390x/kernel/ |
D | gdb-stub.c | 83 extern int putDebugChar(char c); /* write a single character */ 175 putDebugChar('-'); /* failed checksum */ in getpacket() 177 putDebugChar('+'); /* successful transfer */ in getpacket() 184 putDebugChar(buffer[0]); in getpacket() 185 putDebugChar(buffer[1]); in getpacket() 214 putDebugChar('$'); in putpacket() 219 if (!(putDebugChar(ch))) in putpacket() 225 putDebugChar('#'); in putpacket() 226 putDebugChar(hexchars[checksum >> 4]); in putpacket() 227 putDebugChar(hexchars[checksum & 0xf]); in putpacket() [all …]
|
/linux-2.4.37.9/arch/s390/kernel/ |
D | gdb-stub.c | 177 putDebugChar('-'); /* failed checksum */ in getpacket() 179 putDebugChar('+'); /* successful transfer */ in getpacket() 186 putDebugChar(buffer[0]); in getpacket() 187 putDebugChar(buffer[1]); in getpacket() 216 putDebugChar('$'); in putpacket() 221 if (!(putDebugChar(ch))) in putpacket() 227 putDebugChar('#'); in putpacket() 228 putDebugChar(hexchars[checksum >> 4]); in putpacket() 229 putDebugChar(hexchars[checksum & 0xf]); in putpacket() 313 putDebugChar('+'); /* ack it */ in set_debug_traps()
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | sparc-stub.c | 117 extern void putDebugChar(char); /* write a single character */ 268 putDebugChar('-'); /* failed checksum */ in getpacket() 270 putDebugChar('+'); /* successful transfer */ in getpacket() 273 putDebugChar(buffer[0]); in getpacket() 274 putDebugChar(buffer[1]); in getpacket() 296 putDebugChar('$'); in putpacket() 301 putDebugChar(ch); in putpacket() 306 putDebugChar('#'); in putpacket() 307 putDebugChar(hexchars[checksum >> 4]); in putpacket() 308 putDebugChar(hexchars[checksum & 0xf]); in putpacket() [all …]
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | ppc-stub.c | 302 putDebugChar('-'); /* failed checksum */ in getpacket() 304 putDebugChar('+'); /* successful transfer */ in getpacket() 307 putDebugChar(buffer[0]); in getpacket() 308 putDebugChar(buffer[1]); in getpacket() 328 putDebugChar('$'); in putpacket() 333 putDebugChar(ch); in putpacket() 338 putDebugChar('#'); in putpacket() 339 putDebugChar(hexchars[checksum >> 4]); in putpacket() 340 putDebugChar(hexchars[checksum & 0xf]); in putpacket() 372 putDebugChar('+'); /* ack it */ in set_debug_traps()
|
D | gen550_kgdb.c | 46 void putDebugChar(unsigned char c) in putDebugChar() function 70 putDebugChar(*str); in putDebugString() 73 putDebugChar('\r'); in putDebugString()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | ppc-stub.c | 299 putDebugChar('-'); /* failed checksum */ in getpacket() 301 putDebugChar('+'); /* successful transfer */ in getpacket() 304 putDebugChar(buffer[0]); in getpacket() 305 putDebugChar(buffer[1]); in getpacket() 325 putDebugChar('$'); in putpacket() 330 putDebugChar(ch); in putpacket() 335 putDebugChar('#'); in putpacket() 336 putDebugChar(hexchars[checksum >> 4]); in putpacket() 337 putDebugChar(hexchars[checksum & 0xf]); in putpacket() 370 putDebugChar('+'); /* ack it */ in set_debug_traps()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | gdb-stub.c | 149 extern int putDebugChar(char c); /* write a single character */ 256 putDebugChar('-'); /* failed checksum */ in getpacket() 258 putDebugChar('+'); /* successful transfer */ in getpacket() 265 putDebugChar(buffer[0]); in getpacket() 266 putDebugChar(buffer[1]); in getpacket() 295 putDebugChar('$'); in putpacket() 300 if (!(putDebugChar(ch))) in putpacket() 306 putDebugChar('#'); in putpacket() 307 putDebugChar(hexchars[checksum >> 4]); in putpacket() 308 putDebugChar(hexchars[checksum & 0xf]); in putpacket() [all …]
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | gdb-stub.c | 151 extern int putDebugChar(char c); /* write a single character */ 257 putDebugChar('-'); /* failed checksum */ in getpacket() 259 putDebugChar('+'); /* successful transfer */ in getpacket() 266 putDebugChar(buffer[0]); in getpacket() 267 putDebugChar(buffer[1]); in getpacket() 296 putDebugChar('$'); in putpacket() 301 if (!(putDebugChar(ch))) in putpacket() 307 putDebugChar('#'); in putpacket() 308 putDebugChar(hexchars[checksum >> 4]); in putpacket() 309 putDebugChar(hexchars[checksum & 0xf]); in putpacket() [all …]
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | kgdb.c | 320 void putDebugChar (int val); 856 putDebugChar ('-'); in getpacket() 860 putDebugChar ('+'); in getpacket() 863 putDebugChar (buffer[0]); in getpacket() 864 putDebugChar (buffer[1]); in getpacket() 886 putDebugChar ('$'); in putpacket() 890 putDebugChar (*src); in putpacket() 898 putDebugChar ('*'); in putpacket() 901 putDebugChar (encode); in putpacket() 909 putDebugChar ('#'); in putpacket() [all …]
|
/linux-2.4.37.9/arch/mips/hp-lj/ |
D | gdb_hook.c | 33 int putDebugChar(char c); 69 int putDebugChar(char c) in putDebugChar() function
|
/linux-2.4.37.9/arch/mips/sibyte/swarm/ |
D | dbg_io.c | 43 void putDebugChar(unsigned char c); 56 putDebugChar(unsigned char c) in putDebugChar() function
|
/linux-2.4.37.9/arch/mips/tx4927/common/ |
D | tx4927_dbgio.c | 43 int putDebugChar(u8 byte) in putDebugChar() function
|
/linux-2.4.37.9/include/asm-s390/ |
D | gdb-stub.h | 19 extern int putDebugChar(char c); /* write a single character */
|
/linux-2.4.37.9/include/asm-ppc/ |
D | kgdb.h | 43 extern void putDebugChar(char); /* write a single character */
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | kgdb.h | 49 extern void putDebugChar(char); /* write a single character */
|
/linux-2.4.37.9/arch/mips/cobalt/ |
D | promcon.c | 68 void putDebugChar(char kgdb_char) in putDebugChar() function
|
/linux-2.4.37.9/arch/mips/au1000/common/ |
D | dbg_io.c | 103 int putDebugChar(uint8 byte) in putDebugChar() function
|
/linux-2.4.37.9/arch/mips/ite-boards/generic/ |
D | dbg_io.c | 111 int putDebugChar(uint8 byte) in putDebugChar() function
|
/linux-2.4.37.9/arch/mips/jmr3927/rbhma3100/ |
D | kgdb_io.c | 52 int putDebugChar(unsigned char c) in putDebugChar() function
|
/linux-2.4.37.9/arch/mips/momentum/ocelot_c/ |
D | dbg_io.c | 112 int putDebugChar(uint8 byte) in putDebugChar() function
|
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5476/ |
D | dbg_io.c | 124 int putDebugChar(uint8 byte) in putDebugChar() function
|
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5477/ |
D | kgdb_io.c | 124 int putDebugChar(uint8 byte) in putDebugChar() function
|
/linux-2.4.37.9/arch/mips/gt64120/momenco_ocelot/ |
D | dbg_io.c | 112 int putDebugChar(uint8 byte) in putDebugChar() function
|
/linux-2.4.37.9/arch/mips/momentum/jaguar_atx/ |
D | dbg_io.c | 112 int putDebugChar(uint8 byte) in putDebugChar() function
|
/linux-2.4.37.9/arch/mips/momentum/ocelot_g/ |
D | dbg_io.c | 112 int putDebugChar(uint8 byte) in putDebugChar() function
|