Searched refs:printf_stdebug (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | remote-st.c | 71 printf_stdebug (char *pattern,...) in printf_stdebug() function 308 printf_stdebug ("\003"); /* ^C wakes up dbug */ in st2000_open() 353 printf_stdebug ("ST\r"); in st2000_resume() 359 printf_stdebug ("GO\r"); in st2000_resume() 433 printf_stdebug ("DR %s\r", name); in st2000_fetch_register() 464 printf_stdebug ("PR %s %x\r", get_reg_name (regno), in st2000_store_register() 499 printf_stdebug ("PM.B %x %x\r", memaddr + i, myaddr[i]); in st2000_write_inferior_memory() 546 printf_stdebug ("DI.L %x %x\r", startaddr, len_this_pass); in st2000_read_inferior_memory() 616 printf_stdebug ("BR %x H\r", addr); in st2000_insert_breakpoint() 635 printf_stdebug ("CB %d\r", i); in st2000_remove_breakpoint() [all …]
|