Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dremote-mips.c596 mips_expect (const char *string) in mips_expect() function
1272 mips_expect (cmd); in mips_send_command()
1273 mips_expect ("\n"); in mips_send_command()
1275 mips_expect (mips_monitor_prompt); in mips_send_command()
1299 mips_expect ("\r"); in mips_enter_debug()
1323 if (!mips_expect (" break!")) in mips_exit_debug()
1329 if (!mips_expect (mips_monitor_prompt)) in mips_exit_debug()
1430 if (mips_expect (mips_monitor_prompt)) in mips_initialize()
2982 mips_expect ("Downloading from "); in pmon_start_download()
2983 mips_expect (udp_in_use ? "udp" : "tty0"); in pmon_start_download()
[all …]