Home | History | Annotate | Download | only in sim

Lines Matching refs:SIM_DESC

34 typedef struct sim_state *SIM_DESC;
97 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback,
109 void sim_close (SIM_DESC sd, int quitting);
135 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty);
155 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
163 uint64_t sim_read (SIM_DESC sd, uint64_t addr, void *buf, uint64_t length);
170 uint64_t sim_write (SIM_DESC sd, uint64_t addr, const void *buf, uint64_t length);
182 int sim_fetch_register (SIM_DESC sd, int regno, void *buf, int length);
196 int sim_store_register (SIM_DESC sd, int regno, const void *buf, int length);
203 void sim_info (SIM_DESC sd, bool verbose);
212 char *sim_memory_map (SIM_DESC sd);
237 void sim_resume (SIM_DESC sd, int step, int siggnal);
244 int sim_stop (SIM_DESC sd);
271 void sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
278 void sim_do_command (SIM_DESC sd, const char *cmd);
283 char **sim_complete_command (SIM_DESC sd, const char *text, const char *word);