Home
last modified time | relevance | path

Searched refs:getDebugChar (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsparc-stub.c93 extern int getDebugChar(); /* read and return a single char */
300 while ((ch = getDebugChar ()) != '$') in getpacket()
311 ch = getDebugChar (); in getpacket()
324 ch = getDebugChar (); in getpacket()
326 ch = getDebugChar (); in getpacket()
380 while (getDebugChar() != '+'); in putpacket()
H A Dm68k-stub.c120 extern int getDebugChar(); /* read and return a single char */
547 while ((ch = getDebugChar ()) != '$') in getpacket()
558 ch = getDebugChar (); in getpacket()
571 ch = getDebugChar (); in getpacket()
573 ch = getDebugChar (); in getpacket()
634 while (getDebugChar () != '+');
H A Di386-stub.c101 extern int getDebugChar(); /* read and return a single char */
468 while ((ch = getDebugChar ()) != '$') in getpacket()
479 ch = getDebugChar (); in getpacket()
492 ch = getDebugChar (); in getpacket()
494 ch = getDebugChar (); in getpacket()
554 while (getDebugChar () != '+'); in putpacket()
H A Dsh-stub.c210 char getDebugChar (void);
397 while ((ch = getDebugChar ()) != '$') in getpacket()
408 ch = getDebugChar (); in getpacket()
421 ch = getDebugChar (); in getpacket()
423 ch = getDebugChar (); in getpacket()
502 while (getDebugChar() != '+'); in putpacket()
1539 getDebugChar (void) in getDebugChar() function
H A Dm32r-stub.c100 extern int getDebugChar (); /* read and return a single char */
599 while ((ch = getDebugChar ()) != '$') in getpacket()
610 ch = getDebugChar (); in getpacket()
623 ch = getDebugChar (); in getpacket()
625 ch = getDebugChar (); in getpacket()
687 while (getDebugChar () != '+'); in putpacket()
H A DChangeLog-1994526 the top bit returned by getDebugChar.
/openbsd-src/gnu/usr.bin/binutils/gdb/nlm/
H A Dgdbserve.c169 getDebugChar (void) in getDebugChar() function
238 while ((ch = getDebugChar()) != '$') in getpacket()
249 ch = getDebugChar(); in getpacket()
262 ch = getDebugChar (); in getpacket()
266 ch = getDebugChar (); in getpacket()
342 ch = getDebugChar (); in putpacket()