Searched refs:gdb_stdlog (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/tools/gdb/ |
D | remote.c | 66 #define gdb_stdlog stderr macro 449 fprintf_unfiltered (gdb_stdlog, in check_binary_download() 452 fprintf_unfiltered (gdb_stdlog, in check_binary_download() 670 fprintf_unfiltered (gdb_stdlog, "Sending packet: "); 671 fputstrn_unfiltered (buf2, p - buf2, 0, gdb_stdlog); 672 fprintf_unfiltered (gdb_stdlog, "..."); 673 gdb_flush (gdb_stdlog); 702 fprintf_unfiltered (gdb_stdlog, "Ack\n"); 722 fprintf_unfiltered (gdb_stdlog, "putpkt: Junk: "); 724 fputc_unfiltered (ch & 0177, gdb_stdlog); [all …]
|