Lines Matching refs:gdb_stdlog
2118 fputs_unfiltered (prev_suffix, gdb_stdlog); in puts_debug()
2119 fputs_unfiltered ("\n", gdb_stdlog); in puts_debug()
2120 fputs_unfiltered (prefix, gdb_stdlog); in puts_debug()
2127 fputs_unfiltered (prefix, gdb_stdlog); in puts_debug()
2140 fputc_unfiltered (ch, gdb_stdlog); in puts_debug()
2143 fprintf_unfiltered (gdb_stdlog, "\\x%02x", ch & 0xff); in puts_debug()
2147 fputs_unfiltered ("\\\\", gdb_stdlog); in puts_debug()
2150 fputs_unfiltered ("\\b", gdb_stdlog); in puts_debug()
2153 fputs_unfiltered ("\\f", gdb_stdlog); in puts_debug()
2157 fputs_unfiltered ("\\n", gdb_stdlog); in puts_debug()
2160 fputs_unfiltered ("\\r", gdb_stdlog); in puts_debug()
2163 fputs_unfiltered ("\\t", gdb_stdlog); in puts_debug()
2166 fputs_unfiltered ("\\v", gdb_stdlog); in puts_debug()
2176 fputs_unfiltered (suffix, gdb_stdlog); in puts_debug()
2177 fputs_unfiltered ("\n", gdb_stdlog); in puts_debug()