Home
last modified time | relevance | path

Searched refs:fputstrn_unfiltered (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-console.c104 fputstrn_unfiltered (buf, length_buf, mi_console->quote, mi_console->raw); in mi_console_raw_packet()
109 fputstrn_unfiltered (buf, length_buf, 0, mi_console->raw); in mi_console_raw_packet()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddefs.h503 extern void fputstrn_unfiltered (const char *str, int n, int quotr, struct ui_file * stream);
H A Dutils.c1618 fputstrn_unfiltered (const char *str, int n, int quoter, in fputstrn_unfiltered() function
H A Dremote.c3929 fputstrn_unfiltered (buf2, p - buf2, 0, gdb_stdlog); in putpkt_binary()
H A DChangeLog-19995356 * defs.h, utils.c (fputstrn_filtered, fputstrn_unfiltered,
5362 (getpkt): Use fputstrn_unfiltered to dump packet received.