Lines Matching refs:sd
119 void sim_close (SIM_DESC sd, int quitting);
145 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty);
165 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
173 int sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length);
180 int sim_write (SIM_DESC sd, SIM_ADDR mem, const unsigned char *buf, int length);
192 int sim_fetch_register (SIM_DESC sd, int regno, unsigned char *buf, int length);
206 int sim_store_register (SIM_DESC sd, int regno, unsigned char *buf, int length);
213 void sim_info (SIM_DESC sd, int verbose);
238 void sim_resume (SIM_DESC sd, int step, int siggnal);
245 int sim_stop (SIM_DESC sd);
272 void sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
279 void sim_do_command (SIM_DESC sd, const char *cmd);
284 char **sim_complete_command (SIM_DESC sd, const char *text, const char *word);