Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmonitor.h113 char *loadresp; /* Response to load command */ member
H A Ddink32-rom.c161 dink32_cmds.loadresp = "Set Input Port : set to Keyboard Port\r"; in _initialize_dink32_rom()
H A Dremote-hms.c125 hms_cmds.loadresp = NULL; /* load response */ in init_hms_cmds()
H A Dremote-est.c154 est_cmds.loadresp = "+"; /* load response */ in init_est_cmds()
H A Dabug-rom.c150 abug_cmds.loadresp = "\n"; /* load response */ in init_abug_cmds()
H A Dcpu32bug-rom.c148 cpu32bug_cmds.loadresp = "\n"; /* load response */ in init_cpu32bug_cmds()
H A Ddbug-rom.c146 dbug_cmds.loadresp = "\n"; /* load response */ in init_dbug_cmds()
H A Dppcbug-rom.c173 OPS->loadresp = NULL; /* load response */ in init_ppc_cmds()
H A Drom68k-rom.c232 rom68k_cmds.loadresp = "Waiting for S-records from host... "; in init_rom68k_cmds()
H A Dm32r-rom.c326 m32r_cmds.loadresp = NULL; /* load response */ in init_m32r_cmds()
386 mon2000_cmds.loadresp = NULL; /* load response */ in init_mon2000_cmds()
H A Dsh3-rom.c234 sh3_cmds.loadresp = NULL; /* Load response */ in init_sh3_cmds()
H A Dmonitor.c2157 if (current_monitor->loadresp) in monitor_load()
2158 monitor_expect (current_monitor->loadresp, NULL, 0); in monitor_load()