Home
last modified time | relevance | path

Searched refs:monitor_expect (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddve3900-rom.c422 monitor_expect ("BadV=", NULL, 0); in fetch_bad_vaddr()
440 monitor_expect (bf->prefix, NULL, 0); /* get prefix */ in fetch_fields()
441 monitor_expect (bf->suffix, buf, sizeof (buf)); /* hex value, suffix */ in fetch_fields()
992 if (monitor_expect ("console device :", NULL, 0) != -1) in r3900_open()
993 if (monitor_expect ("\n", buf, sizeof (buf)) != -1) in r3900_open()
H A Dsh3-rom.c137 monitor_expect ("\005", NULL, 0); /* Look for ENQ */ in sh3_load()
139 monitor_expect ("LO x\r", NULL, 0); /* Look for filename */ in sh3_load()
143 monitor_expect ("\005", NULL, 0); /* Look for ENQ */ in sh3_load()
H A Dmonitor.c392 monitor_expect (sndbuf, (char *) 0, 0); in monitor_printf()
519 monitor_expect (char *string, char *buf, int buflen) in monitor_expect() function
671 return monitor_expect (current_monitor->prompt, buf, buflen); in monitor_expect_prompt()
1202 monitor_expect (current_monitor->getreg.resp_delim, NULL, 0); in monitor_fetch_register()
1208 monitor_expect (current_monitor->getreg.resp_delim, NULL, 0); in monitor_fetch_register()
1254 monitor_expect (current_monitor->getreg.term, NULL, 0); /* get response */ in monitor_fetch_register()
1368 monitor_expect (current_monitor->setreg.term, NULL, 0); in monitor_store_register()
1500 monitor_expect (current_monitor->setmem.term, NULL, 0); in monitor_write_memory()
1775 monitor_expect (current_monitor->getmem.term, NULL, 0); /* get response */ in monitor_read_memory_single()
1860 resp_len = monitor_expect (current_monitor->getmem.term, buf, sizeof buf); /* get response */ in monitor_read_memory()
[all …]
H A Dm32r-rom.c92 monitor_expect (" -> ", NULL, 0); in m32r_load_section()
96 monitor_expect (" -> ", NULL, 0); in m32r_load_section()
150 monitor_expect (" -> ", NULL, 0); in m32r_load()
154 monitor_expect (" -> ", NULL, 0); in m32r_load()
H A Dmonitor.h246 extern int monitor_expect (char *prompt, char *buf, int buflen);
H A DChangeLog-199529 (monitor_printf): Call monitor_expect instead of trying to do the
894 * monitor.c (monitor_expect_regexp): Same as monitor_expect, but
1390 * monitor.c (monitor_expect): Discard NULL characters.
2971 * (expect expect_prompt): Change names to monitor_expect and
H A DChangeLog-19992086 (monitor_printf_noecho, monitor_printf, monitor_expect): Update.
5102 * monitor.c (monitor_expect): When we receive a character that
8627 * monitor.c (monitor_expect): The mon2000 monitor
H A DChangeLog-19983464 * monitor.c (monitor_expect, monitor_printf_noecho,
3479 (monitor_expect): Ditto.
H A DChangeLog-19964900 * monitor.c (monitor_expect): Don't expect a ^C to echo.
H A DChangeLog-20033232 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
13699 * monitor.c (monitor_expect): Obsolete reference to m32r.
H A DChangeLog-20001933 * monitor.c (monitor_expect): Change places where immediate_quit