Searched refs:gdb_stdlog (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/gdb/ |
| H A D | remote.c | 65 #define gdb_stdlog stderr macro 450 fprintf_unfiltered (gdb_stdlog, in check_binary_download() 453 fprintf_unfiltered (gdb_stdlog, in check_binary_download() 671 fprintf_unfiltered (gdb_stdlog, "Sending packet: "); 672 fputstrn_unfiltered (buf2, p - buf2, 0, gdb_stdlog); 673 fprintf_unfiltered (gdb_stdlog, "..."); 674 gdb_flush (gdb_stdlog); 703 fprintf_unfiltered (gdb_stdlog, "Ack\n"); 723 fprintf_unfiltered (gdb_stdlog, "putpkt: Junk: "); 725 fputc_unfiltered (ch & 0177, gdb_stdlog); [all …]
|