Home | History | Annotate | Download | only in gdb

Lines Matching refs:sd

117 void sim_close (SIM_DESC sd, int quitting);
143 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty);
163 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd, char **argv, char **env);
170 int sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length);
177 int sim_write (SIM_DESC sd, SIM_ADDR mem, const unsigned char *buf, int length);
189 int sim_fetch_register (SIM_DESC sd, int regno, unsigned char *buf, int length);
203 int sim_store_register (SIM_DESC sd, int regno, unsigned char *buf, int length);
210 void sim_info (SIM_DESC sd, int verbose);
235 void sim_resume (SIM_DESC sd, int step, int siggnal);
242 int sim_stop (SIM_DESC sd);
269 void sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
276 void sim_do_command (SIM_DESC sd, const char *cmd);
281 char **sim_complete_command (SIM_DESC sd, const char *text, const char *word);